ansible/tests_new/integration/destructive.yml

8 lines
181 B
YAML
Raw Normal View History

- hosts: testhost
gather_facts: True
2014-02-19 21:56:03 +01:00
roles:
- { role: test_service, tags: test_service }
2014-02-19 21:56:03 +01:00
- { role: test_pip, tags: test_pip }
2014-02-19 21:59:17 +01:00
- { role: test_gem, tags: test_gem }