mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Reduce vcenter integration test boilerplate.
This commit is contained in:
@@ -4,13 +4,6 @@
|
||||
|
||||
# TODO: akasurde: VCSIM does not suport network manager system
|
||||
|
||||
- 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 }}'
|
||||
|
||||
Reference in New Issue
Block a user