mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
11 lines
255 B
YAML
11 lines
255 B
YAML
---
|
|
- include: setup.yml
|
|
tags: any
|
|
- include: present.yml
|
|
tags: test_cs_instance_present
|
|
#- include: tags.yml
|
|
# tags: test_cs_instance_tags
|
|
- include: absent.yml
|
|
tags: test_cs_instance_absent
|
|
- include: cleanup.yml
|
|
tags: test_cs_instance_cleanup
|