diff options
author | 2017-10-02 14:34:31 +0000 | |
---|---|---|
committer | 2017-10-02 14:34:31 +0000 | |
commit | 93668a51c71b42aabe4aa95c46afe8beffc31c71 (patch) | |
tree | 59253bbb014c3ec81c5e3d9bbf7577e261d9c7aa | |
parent | 801ad937b0e2a65f06765f9e279ce3a6f20452e0 (diff) | |
parent | 32a00b23c2c85560a5df2d87e8e33fea6f4b2336 (diff) |
Merge "Install python-openstackclient by default"
-rw-r--r-- | xci/playbooks/configure-opnfvhost.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xci/playbooks/configure-opnfvhost.yml b/xci/playbooks/configure-opnfvhost.yml index b6dbbb13..7b168498 100644 --- a/xci/playbooks/configure-opnfvhost.yml +++ b/xci/playbooks/configure-opnfvhost.yml @@ -143,12 +143,10 @@ name: "{{ docker_package_name }}" state: latest when: lookup('env', 'JENKINS_HOME') != "" - # install python-openstackclient on opnfv host only if we are running as part of CI - name: install python-openstackclient pip: name: python-openstackclient state: present - when: lookup('env', 'JENKINS_HOME') != "" - hosts: localhost remote_user: root |