You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/run-command-expand-shell.yaml

6 lines
296 B
YAML

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)