mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-30 15:23:10 +00:00
9 lines
162 B
YAML
9 lines
162 B
YAML
---
|
|
|
|
- name: "Running {{ item }}"
|
|
block:
|
|
- include_tasks: setup.yml
|
|
- include_tasks: "tests/{{ item }}.yml"
|
|
always:
|
|
- include_tasks: teardown.yml
|