summaryrefslogtreecommitdiff
path: root/test/integration/targets/vmware_guest_snapshot/tasks
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-05-08 09:43:11 -0700
committerMatt Clay <matt@mystile.com>2018-05-08 10:09:35 -0700
commita5b808511395487f2c9679c11c27bdb1250c08d0 (patch)
tree639eb02999d26fa11276e0c1e72314e28be9f1fe /test/integration/targets/vmware_guest_snapshot/tasks
parent0296c8466aa16f5a1351449d2e181a8a2fe44b5a (diff)
downloadansible-a5b808511395487f2c9679c11c27bdb1250c08d0.tar.gz
Move pyvmomi install into cloud test plugin.
Diffstat (limited to 'test/integration/targets/vmware_guest_snapshot/tasks')
-rw-r--r--test/integration/targets/vmware_guest_snapshot/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/vmware_guest_snapshot/tasks/main.yml b/test/integration/targets/vmware_guest_snapshot/tasks/main.yml
index 8cfb84e135..c985c44a4d 100644
--- a/test/integration/targets/vmware_guest_snapshot/tasks/main.yml
+++ b/test/integration/targets/vmware_guest_snapshot/tasks/main.yml
@@ -1,9 +1,3 @@
-# - 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') }}"