2016-07-29 06:03:14 +02:00
|
|
|
- hosts: windows
|
|
|
|
gather_facts: false
|
|
|
|
roles:
|
2016-10-13 19:03:19 +02:00
|
|
|
- { role: win_group, tags: test_win_group }
|
|
|
|
- { role: win_file, tags: test_win_file }
|
|
|
|
- { role: win_copy, tags: test_win_copy }
|
|
|
|
- { role: win_template, tags: test_win_template }
|
|
|
|
- { role: win_lineinfile, tags: test_win_lineinfile }
|
|
|
|
- { role: win_stat, tags: test_win_stat }
|
2017-02-08 23:19:08 +01:00
|
|
|
- { role: win_find, tags: test_win_find }
|
2016-10-13 19:03:19 +02:00
|
|
|
- { role: win_get_url, tags: test_win_get_url }
|
|
|
|
- { role: win_msi, tags: test_win_msi }
|
|
|
|
- { role: win_package, tags: test_win_package }
|
2017-01-18 05:21:04 +01:00
|
|
|
- { role: win_path, tags: test_win_path }
|
2017-02-02 10:29:56 +01:00
|
|
|
- { role: win_shortcut, tags: test_win_shortcut }
|