71ef981191
* Return error if cwd directory does not exist (#72390)
* Return warning or error if cwd directory does not exist, in AnsibleModule.run_command()
(cherry picked from commit 5654de6fce
)
* added flag in run_command signature to control behaviour when cwd does not exist
2 lines
197 B
YAML
2 lines
197 B
YAML
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)
|