ansible/test/integration/targets/win_environment/defaults/main.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

5 lines
249 B
YAML

test_environment_name: TEST_VALUE
test_machine_environment_value: "%SystemRoot%\\System32"
test_new_machine_environment_value: C:\Windows\System32
test_user_environment_value: C:\Program Files
test_new_user_environment_value: C:\Program Files (x86)