mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
* 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
6 lines
249 B
YAML
6 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)
|