summaryrefslogtreecommitdiff
path: root/test/integration/test_win_group1.yml
blob: 6375220caa664bb0d49baa582887f66f41e05259 (plain)
1
2
3
4
5
6
7
8
9
10
11
- hosts: windows
  gather_facts: false
  roles:
    - { role: test_win_raw, tags: test_win_raw }
    - { role: test_win_script, tags: test_win_script }
    - { role: test_win_ping, tags: test_win_ping }
    - { role: test_win_setup, tags: test_win_setup }
    - { role: test_win_slurp, tags: test_win_slurp }
    - { role: test_win_fetch, tags: test_win_fetch }
    - { role: test_win_regmerge, tags: test_win_regmerge }
    - { role: test_win_regedit, tags: test_win_regedit }