summaryrefslogtreecommitdiff
path: root/test/integration/targets/vcenter_license/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/vcenter_license/tasks/main.yml')
-rw-r--r--test/integration/targets/vcenter_license/tasks/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/integration/targets/vcenter_license/tasks/main.yml b/test/integration/targets/vcenter_license/tasks/main.yml
index 76498971dc..8fd2dd9df0 100644
--- a/test/integration/targets/vcenter_license/tasks/main.yml
+++ b/test/integration/targets/vcenter_license/tasks/main.yml
@@ -2,11 +2,6 @@
# Copyright: (c) 2017, Dag Wieers <dag@wieers.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
-
- name: Store the vCenter container IP
set_fact:
vcenter_host: "{{ lookup('env', 'vcenter_host') }}"