mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 03:30:22 -07:00
Reduce vcenter integration test boilerplate.
This commit is contained in:
parent
e017d94766
commit
b713246f57
79 changed files with 24 additions and 459 deletions
|
@ -4,12 +4,6 @@
|
|||
|
||||
# TODO: vcsim does not support datastore maintenance mode properties
|
||||
|
||||
- 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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue