1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/test_win_group1.yml

11 lines
438 B
YAML

- hosts: windows
gather_facts: false
roles:
- { role: win_raw, tags: test_win_raw }
- { role: win_script, tags: test_win_script }
- { role: win_ping, tags: test_win_ping }
- { role: win_setup, tags: test_win_setup }
- { role: win_slurp, tags: test_win_slurp }
- { role: win_fetch, tags: test_win_fetch }
- { role: win_regmerge, tags: test_win_regmerge }
- { role: win_regedit, tags: test_win_regedit }