From: Markos Chandras Date: Fri, 13 Apr 2018 15:09:22 +0000 (+0100) Subject: xci: installer: osa: Fix status report when bootstrapping OSA X-Git-Tag: 6.0.0~36^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=269b5fc033b1ee8d14d9d4694f4f0d3765866c0a;p=releng-xci.git 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 --- 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 }}"