2016-07-28 21:03:14 -07:00
|
|
|
- hosts: windows
|
|
|
|
gather_facts: false
|
|
|
|
roles:
|
2016-10-13 10:03:19 -07:00
|
|
|
- { role: win_service, tags: test_win_service }
|
|
|
|
- { role: win_feature, tags: test_win_feature }
|
|
|
|
- { role: win_user, tags: test_win_user }
|
2016-11-18 10:30:25 -08:00
|
|
|
- { role: win_async_wrapper, tags: ["test_win_async_wrapper", "test_async_wrapper", "test_win_async_status", "test_async_status"] }
|
2016-10-13 10:03:19 -07:00
|
|
|
- { role: win_shell, tags: test_win_shell }
|
|
|
|
- { role: win_command, tags: test_win_command }
|
2017-02-10 08:47:00 +10:00
|
|
|
- { role: win_reg_stat, tags: test_win_reg_stat }
|
2017-02-20 21:50:27 +10:00
|
|
|
- { role: win_region, tags: test_win-region }
|