Files
community.general/lib/ansible/executor
Andrea Tartaglia e0a77bb8d5 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())
2016-09-16 08:19:43 -07:00
..
2015-05-03 21:47:26 -05:00
2015-05-03 21:47:26 -05:00
2016-09-12 08:27:39 -07:00
2016-08-08 15:58:46 -05:00