ansible/changelogs/fragments/run-command-cwd.yml

3 lines
197 B
YAML
Raw Normal View History

bugfixes:
- AnsibleModule - added arg ``ignore_invalid_cwd`` to ``AnsibleModule.run_command()``, to control its behaviour when ``cwd`` is invalid. (https://github.com/ansible/ansible/pull/72390)