ansible/test/integration/test_win_group3.yml
Jordan Borean 89caef8fb6 win_environment: Added tests and return info in document (#25064)
* win_environment: Added tests and return info in document

* fixing up some yaml issues

* some more things I should have detected

* fixing up test tag name
2017-06-08 17:39:10 +01:00

12 lines
598 B
YAML

- 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 }
- { role: win_reg_stat, tags: test_win_reg_stat }
- { role: win_region, tags: test_win-region }
- { role: win_environment, tags: test_win-environment }