diff options
-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 }}" |