ansible/tests_new/integration/non_destructive.yml

9 lines
232 B
YAML
Raw Normal View History

- hosts: testhost
gather_facts: True
roles:
- { role: test_copy, tags: test_copy }
2014-02-19 20:54:45 +01:00
- { role: test_template, tags: test_template }
- { role: test_file, tags: test_file }
2014-02-19 22:42:02 +01:00
- { role: test_fetch, tags: test_fetch }