summaryrefslogtreecommitdiff
path: root/test/integration/test_win_group3.yml
blob: 7ade0cb12292a867de8e4975f2a84e4ec5af758f (plain)
1
2
3
4
5
6
7
- hosts: windows
  gather_facts: false
  roles:
    - { role: test_win_service, tags: test_win_service }
    - { role: test_win_feature, tags: test_win_feature }
    - { role: test_win_user, tags: test_win_user }
    - { role: test_win_async_wrapper, tags: test_win_async_wrapper }