ansible/changelogs/fragments/remove_chdir.yml
Brian Coca 342d77b32d
removal of chdir in controller (#57781)
* removal of chdir in controller

also ensure fetch/put uses relative to task cwd
2019-06-14 13:45:41 -04:00

2 lines
141 B
YAML

bugfixes:
- removed chdir from action plugins when using local connection, moved into plugin itself to avoid future issues with threads.