mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
12 lines
255 B
YAML
12 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
|