ansible/test/integration/test_win_group3.yml

12 lines
538 B
YAML
Raw Normal View History

- hosts: windows
gather_facts: false
roles:
- { role: win_service, tags: test_win_service }
- { role: win_feature, tags: test_win_feature }
- { role: win_user, tags: test_win_user }
- { role: win_async_wrapper, tags: ["test_win_async_wrapper", "test_async_wrapper", "test_win_async_status", "test_async_status"] }
- { role: win_shell, tags: test_win_shell }
- { role: win_command, tags: test_win_command }
2017-02-09 23:47:00 +01:00
- { role: win_reg_stat, tags: test_win_reg_stat }
2017-02-20 12:50:27 +01:00
- { role: win_region, tags: test_win-region }