mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -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
|
@ -5,12 +5,6 @@
|
|||
# TODO: Current pinned version of vcsim does not support custom fields
|
||||
# commenting testcase below
|
||||
|
||||
- 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