diff options
author | Matt Clay <matt@mystile.com> | 2018-05-08 18:43:11 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-05-08 19:09:35 +0200 |
commit | a5b808511395487f2c9679c11c27bdb1250c08d0 (patch) | |
tree | 639eb02999d26fa11276e0c1e72314e28be9f1fe /test/integration/targets/vcenter_folder | |
parent | Don't update cpu/memory allocation in configspec if there is no change. (#39790) (diff) | |
download | ansible-a5b808511395487f2c9679c11c27bdb1250c08d0.tar.xz ansible-a5b808511395487f2c9679c11c27bdb1250c08d0.zip |
Move pyvmomi install into cloud test plugin.
Diffstat (limited to 'test/integration/targets/vcenter_folder')
-rw-r--r-- | test/integration/targets/vcenter_folder/tasks/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/vcenter_folder/tasks/main.yml b/test/integration/targets/vcenter_folder/tasks/main.yml index bcb446f24e..49980e0b1d 100644 --- a/test/integration/targets/vcenter_folder/tasks/main.yml +++ b/test/integration/targets/vcenter_folder/tasks/main.yml @@ -2,12 +2,6 @@ # Copyright: (c) 2018, Abhijeet Kasurde <akasurde@redhat.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) -- name: make sure pyvmomi is installed - pip: - name: pyvmomi - state: latest - when: "{{ ansible_user_id == 'root' }}" - - name: store the vcenter container ip set_fact: vcsim: "{{ lookup('env', 'vcenter_host') }}" |