ansible / molecule

Molecule aids in the development and testing of Ansible content: collections, playbooks and roles
https://ansible.readthedocs.io/projects/molecule/
MIT License
3.89k stars 664 forks source link

Update util.abs_path to return Path for Paths #4310

Closed Qalthos closed 4 weeks ago

Qalthos commented 1 month ago

Also return empty string instead of None where it would have before.

This allows us to always consume the output, without doing type shenanigans after, and gradually move to Path where it's convenient.