Fix powershell splatting leaving 'ExecutionPolicy Unrestricted' intact'
Changed powershell.py to fix powershell splatting. To make sure
the ExectutionPolicy stays working, added 'ExecutionPolicy Unrestricted'
to _common-args.
This restores support for: myscript.ps1 @{'Key'='Value';'Another'='Value'}
Showing
lib/ansible/runner/shell_plugins/powershell.py
100644 → 100755
Please
register
or
sign in
to comment