mirror of https://github.com/ansible/ansible.git
Pass the absolute path to dirname when assigning basedir (#17457)
* Pass the absolute path to dirname when assigning basedir If no path is specified when calling the playbook, os.path.dirname(playbook_path) returns '' This will cause failure when creating the retry file. Fixes #17456 * Updated to use os.pathdirname(os.path.abspath())pull/17613/head
parent
89c826df9d
commit
e0a77bb8d5
Loading…
Reference in New Issue