mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
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
This commit is contained in:
committed by
jhawkesworth
parent
357069afcb
commit
89caef8fb6
@@ -0,0 +1,5 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user