2016-07-29 06:03:14 +02:00
|
|
|
- hosts: windows
|
|
|
|
gather_facts: false
|
|
|
|
roles:
|
|
|
|
- { role: test_win_group, tags: test_win_group }
|
|
|
|
- { role: test_win_file, tags: test_win_file }
|
|
|
|
- { role: test_win_copy, tags: test_win_copy }
|
|
|
|
- { role: test_win_template, tags: test_win_template }
|
|
|
|
- { role: test_win_lineinfile, tags: test_win_lineinfile }
|
|
|
|
- { role: test_win_stat, tags: test_win_stat }
|
|
|
|
- { role: test_win_get_url, tags: test_win_get_url }
|
|
|
|
- { role: test_win_msi, tags: test_win_msi }
|
2016-09-06 08:09:32 +02:00
|
|
|
- { role: test_win_package, tags: test_win_package }
|