2014-02-20 16:10:44 -05:00
|
|
|
- hosts: testhost
|
2016-10-12 14:57:53 -07:00
|
|
|
vars:
|
|
|
|
- output_dir: .
|
2014-02-20 16:10:44 -05:00
|
|
|
roles:
|
|
|
|
- { role: test_always_run, tags: test_always_run }
|
2015-03-02 12:25:41 -08:00
|
|
|
- { role: test_check_mode, tags: test_check_mode }
|