diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-16 12:23:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-16 12:23:36 +0000 |
commit | 56fdb1f7e2a1a94f8118668beadb22a833fb59a4 (patch) | |
tree | 57bda07ec44b0a7cfec08b63c07dc47ee50f4cb0 /xci | |
parent | a4866825aafc744e861a3badb86df314bbf22f39 (diff) | |
parent | 269b5fc033b1ee8d14d9d4694f4f0d3765866c0a (diff) |
Merge "xci: installer: osa: Fix status report when bootstrapping OSA"
Diffstat (limited to 'xci')
-rw-r--r-- | xci/installer/osa/playbooks/configure-opnfvhost.yml | 3 |
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 }}" |