Actions
Bug #17536
closedReturn user-friendly message when working_dir not set
Description
Currently if the user is lacking the 'ansible_working_dir' key in their proxy settings, the task output will not be very helpful when the user tries to debug what happened. It'll just say `no method error .present? called on nil' or similar. Instead, the AnsibleCore playbook runner needs to be aware of this situation and provide a friendlier error message.
Actions