summaryrefslogtreecommitdiff
path: root/test/integration/targets/vmware_about_facts
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-02-26 09:32:06 -0800
committerMatt Clay <matt@mystile.com>2019-02-26 11:29:21 -0800
commitb713246f575c03aa3fa43f52ff04d7b4a5bcc8c0 (patch)
tree551fe65896e4dce0ff775c926288eef4f4256f74 /test/integration/targets/vmware_about_facts
parente017d94766878b9e5074130dbbf51e2dd9ec9a62 (diff)
downloadansible-b713246f575c03aa3fa43f52ff04d7b4a5bcc8c0.tar.gz
Reduce vcenter integration test boilerplate.
Diffstat (limited to 'test/integration/targets/vmware_about_facts')
-rw-r--r--test/integration/targets/vmware_about_facts/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/vmware_about_facts/tasks/main.yml b/test/integration/targets/vmware_about_facts/tasks/main.yml
index d791b2ec72..72fa54cd5e 100644
--- a/test/integration/targets/vmware_about_facts/tasks/main.yml
+++ b/test/integration/targets/vmware_about_facts/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: store the vcenter container ip
- set_fact:
- vcsim: "{{ lookup('env', 'vcenter_host') }}"
-
-- debug: var=vcsim
-
- name: Wait for Flask controller to come up online
wait_for:
host: "{{ vcsim }}"