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