mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
13 lines
273 B
YAML
13 lines
273 B
YAML
|
#- name: make sure pyvmomi is installed
|
||
|
# pip:
|
||
|
# name: pyvmomi
|
||
|
# state: latest
|
||
|
|
||
|
- name: store the vcenter container ip
|
||
|
set_fact:
|
||
|
vcsim: "{{ lookup('env', 'vcenter_host') }}"
|
||
|
- debug: var=vcsim
|
||
|
|
||
|
- include: poweroff_d1_c1_f0.yml
|
||
|
- include: poweroff_d1_c1_f1.yml
|