Remove img_modify_playbook assignation in build_yardstick_image.yml 35/47935/1
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 28 Nov 2017 14:02:34 +0000 (14:02 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 28 Nov 2017 14:03:56 +0000 (14:03 +0000)
commit617bcbf5b9611b72d1e5265fbe2078873c57a037
tree6b22b288197e6b206c5863d9b23bc2441e1ddcf5
parent75606db72e5d3afb6afe590e76b3baef3af3f5c6
Remove img_modify_playbook assignation in build_yardstick_image.yml

Variable "img_modify_playbook" is being assigned in first context of
./ansible/build_yardstick_image.yml [1]. However this variable is never used.
In second context [2], the variable used is a CLI input variable.

[1]https://github.com/opnfv/yardstick/blob/stable/euphrates/ansible/build_yardstick_image.yml#L187
[2]https://github.com/opnfv/yardstick/blob/stable/euphrates/ansible/build_yardstick_image.yml#L205

JIRA: YARDSTICK-871

Change-Id: I7bd5063c5e86520abcafdc782222ee53faf58f45
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
ansible/build_yardstick_image.yml