You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im trying to set 2 env vars when the second one should resolve the first one
when using SETX command this works fine but using module the resolv doesnt work
I think this might be related to dotnet/runtime#1442 where the dotnet function SetEnvironmentVariable sets the raw registry value as a REG_SZ instead of a REG_EXPAND_SZ needed to expand %env_var%. The fix would be to have win_environment just edit the registry directly which requires a change in the module.
SUMMARY
im trying to set 2 env vars when the second one should resolve the first one
when using SETX command this works fine but using module the resolv doesnt work
ISSUE TYPE
COMPONENT NAME
win_environment
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: