mirror of https://github.com/ansible/ansible.git
Add new expand_shell argument for run_command, to disable expanding shellisms (#45620)
* Add new expand_shell argument for run_command, to disable expanding shellisms. Fixes #45418 * s/expand_shell/expand_user_and_vars/gpull/45673/head
parent
e46ce1619f
commit
07b2698c03
@ -0,0 +1,5 @@
|
||||
minor_changes:
|
||||
- run_command - Add a new keyword argument expand_user_and_vars, which defaults to True,
|
||||
allowing the module author to decide whether or paths and variables
|
||||
are expanded before running the command when use_unsafe_shell=False
|
||||
(https://github.com/ansible/ansible/issues/45418)
|
Loading…
Reference in New Issue