You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I have installed 7.0.0 version and was not able to run role to ensure php 8.2.2 version. Message raised:
TASK [geerlingguy.php-versions : include_tasks] **********************************************************************************************************************************************************************************************************
ERROR! couldn't resolve module/action 'ansible.builtin.deb822_repository'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/home/ansible/ansible/roles/geerlingguy.php-versions/tasks/setup-Debian.yml': line 51, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Add Ondrej's PHP repo.
^ here
Right after downgrade to 6.2.0 everything works fine as expected. comparing your closed issues I will see that you implemented this new task just right away.
System target is debian 12.
thanks in advance!
regards
The text was updated successfully, but these errors were encountered:
Do you have Ansible installed via pip (e.g. pip install ansible) or some other method? The ansible.builtin.deb822_repository module is in Ansible I believe as of 2.12 or so, maybe earlier. So please check your Ansible version and make sure you're running a newer release.
Hey there,
I have installed 7.0.0 version and was not able to run role to ensure php 8.2.2 version. Message raised:
Right after downgrade to 6.2.0 everything works fine as expected. comparing your closed issues I will see that you implemented this new task just right away.
System target is debian 12.
thanks in advance!
regards
The text was updated successfully, but these errors were encountered: