1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/prepare_vmware_tests/tasks/main.yml

7 lines
124 B
YAML
Raw Normal View History

---
- when: vcsim is not defined
import_tasks: init_real_lab.yml
- when: vcsim is defined
import_tasks: init_vcsim.yml