ansible-collection-php_roles
ansible-collection-php_roles copied to clipboard
Collection of PHP roles for Ansible
The bug is that I get `'with_flattened' is not a valid attribute for a Task` in CI. See details here: https://github.com/ansible/ansible/issues/71884 Currently, CI builds are failing because of this. Note...
Adding a galaxy.yml file to the collection would allow users to target the git repository with a `requirements.yml` file e.g. ``` collections: - name: 'https://github.com/geerlingguy/ansible-collection-php_roles.git' type: 'git' version: '1.0.0' ```...
## Description When installing the php_roles collection, at least `geerlingguy.php_roles.php_versions` has a version mismatch with `geerlingguy.php_versions`. E.g.: The collection version tries to enable `PowerTools` on Rocky Linux 8, even though...
Same issue as corrected in https://github.com/geerlingguy/ansible-collection-php_roles/issues/5
Trying to get this collection working and I'm getting unmet dependencies. ``` $ ansible-galaxy collection install geerlingguy.php_roles Process install dependency map Starting collection install process Skipping 'geerlingguy.php_roles' as it is...
Hey there! I'm trying to use the collection but all time it returns this error: ``` ERROR! the role 'php-versions' was not found in /etc/ansible/roles:/etc/ansible/roles:/etc/ansible The error appears to be...
I would like to have a few demo playbooks... well at least one or two for starters: 1. Show a demo LAMP (Apache + MySQL + Memcached) stack using these...
The [2.0.0 tarball in Ansible galaxy](https://galaxy.ansible.com/download/geerlingguy-php_roles-2.0.0.tar.gz) has empty roles. I believe this is because when the GitHub Action runs, it does not checkout submodules. According to my google-fu, this seems...
``` TASK [Run the PHP role.] ******************************************************* (https://github.com/geerlingguy/ansible-collection-php_roles/actions/runs/3267966729/jobs/5373821531#step:5:92) ERROR! the role 'geerlingguy.php_roles.php' was not found in geerlingguy.php_roles:ansible.legacy:/root/ansible_collections/geerlingguy/php_roles/tests/output/.tmp/integration/php_role_test-zc8tmnp4-ÅÑŚÌβŁÈ/tests/integration/roles:/root/ansible_collections/geerlingguy/php_roles/tests/output/.tmp/integration/php_role_test-zc8tmnp4-ÅÑŚÌβŁÈ/tests/integration/targets:/root/ansible_collections/geerlingguy/php_roles/tests/output/.tmp/integration/php_role_test-zc8tmnp4-ÅÑŚÌβŁÈ/tests/integration (https://github.com/geerlingguy/ansible-collection-php_roles/actions/runs/3267966729/jobs/5373821531#step:5:93) (https://github.com/geerlingguy/ansible-collection-php_roles/actions/runs/3267966729/jobs/5373821531#step:5:94) The error appears to be in '/root/ansible_collections/geerlingguy/php_roles/tests/output/.tmp/integration/php_role_test-zc8tmnp4-ÅÑŚÌβŁÈ/tests/integration/targets/php_role_test/tasks/main.yml': line 29, column 11,...