5654de6fce
* Return warning or error if cwd directory does not exist, in AnsibleModule.run_command()
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)
|