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/tests/integration/targets/cs_instance/tasks/main.yml
Ansible Core Team aebc1b03fd Initial commit
2020-03-09 09:11:07 +00:00

19 lines
444 B
YAML

---
- include_tasks: setup.yml
- include_tasks: present.yml
- include_tasks: tags.yml
- include_tasks: absent.yml
- include_tasks: present_display_name.yml
- include_tasks: absent_display_name.yml
# TODO: These tests randomly fail in all kinds of unexpected states.
# This needs to be verified by the cloudstack community.
# - include_tasks: host.yml
- include_tasks: sshkeys.yml
- include_tasks: project.yml
- include_tasks: cleanup.yml