diff options
author | Matt Clay <matt@mystile.com> | 2019-02-26 09:32:06 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-02-26 11:29:21 -0800 |
commit | b713246f575c03aa3fa43f52ff04d7b4a5bcc8c0 (patch) | |
tree | 551fe65896e4dce0ff775c926288eef4f4256f74 /test/integration/targets/vmware_host | |
parent | e017d94766878b9e5074130dbbf51e2dd9ec9a62 (diff) | |
download | ansible-b713246f575c03aa3fa43f52ff04d7b4a5bcc8c0.tar.gz |
Reduce vcenter integration test boilerplate.
Diffstat (limited to 'test/integration/targets/vmware_host')
-rw-r--r-- | test/integration/targets/vmware_host/tasks/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/vmware_host/tasks/main.yml b/test/integration/targets/vmware_host/tasks/main.yml index 8aa76dfe31..a9d9a44cfe 100644 --- a/test/integration/targets/vmware_host/tasks/main.yml +++ b/test/integration/targets/vmware_host/tasks/main.yml @@ -2,12 +2,6 @@ # Copyright: (c) 2017, 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 }}" |