2014-02-20 22:10:44 +01:00
|
|
|
- hosts: testhost
|
2016-10-12 23:57:53 +02:00
|
|
|
vars:
|
|
|
|
- output_dir: .
|
2014-02-20 22:10:44 +01:00
|
|
|
roles:
|
|
|
|
- { role: test_always_run, tags: test_always_run }
|
2015-03-02 21:25:41 +01:00
|
|
|
- { role: test_check_mode, tags: test_check_mode }
|