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/targets/win_environment/defaults/main.yml

6 lines
249 B
YAML
Raw Normal View History

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)