summaryrefslogtreecommitdiffstats
path: root/xci/installer/osa
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-04-13 16:09:22 +0100
committerMarkos Chandras <mchandras@suse.de>2018-04-13 16:09:22 +0100
commit269b5fc033b1ee8d14d9d4694f4f0d3765866c0a (patch)
tree0ed7884acab9958942f44b7662f7cf296e667c48 /xci/installer/osa
parent4cac3ade71730cf08d3e80f8ae90297f264d26ca (diff)
xci: installer: osa: Fix status report when bootstrapping OSA
Fixes the following ansible-lint warning [WARNING]: While constructing a mapping from /home/devuser/releng- xci/xci/installer/osa/playbooks/configure-opnfvhost.yml, line 113, column 7, found a duplicate dict key (args). Using last defined value only. We also remove the changed_when value since we now use 'args' to get proper status report. Change-Id: I382e3183b66e590462fbcb8663d53cade0e5d92c Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/installer/osa')
-rw-r--r--xci/installer/osa/playbooks/configure-opnfvhost.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml
index f12f831c..82b14d1c 100644
--- a/xci/installer/osa/playbooks/configure-opnfvhost.yml
+++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml
@@ -115,9 +115,6 @@
args:
creates: "/usr/local/bin/openstack-ansible"
- changed_when: True
- args:
- chdir: "{{openstack_osa_path}}"
- name: install opnfv pip required packages
pip:
name: "{{ item }}"