geerlingguy / ansible-role-php-versions

Ansible Role - PHP Versions
https://galaxy.ansible.com/geerlingguy/php-versions/
MIT License
98 stars 73 forks source link

Fix #20 : role_path instead of relative path #21

Closed rockandska closed 6 years ago

rockandska commented 6 years ago

Correct the relative path to be able to use the role with an "include_role". Without this fix, the files are not found when we include this role inside another one with "include_role"

Regards,