Open thewasta opened 4 years ago
Can you test if a task like the following works?
- name: Run the PHP Versions role.
include_role:
name: geerlingguy.php_roles.php_versions
And also, what version of Ansible are you running?
- role: php-versions
-> - role: php_versions
(with an underscore versus a hyphen) worked for me.
it took me an hour to understand that there was an error. Right: - role: php_versions
Hey there! I'm trying to use the collection but all time it returns this error:
And this is the playbook file
Which is the example configuration. And this the path to collections, to make sure it is installed:
Thanks