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
After upgrading from 2.13.x to 2.14.x, my project no longer sees the installed galaxy modules and does not reinstall them, as it reports my requirements.yml has no changes. /opt/semaphore/project_3/repository_7_template_51/roles/requirements.yml has no changes. Skip galaxy install process.
Therefore my tasks all fail to run. ERROR! couldn't resolve module/action 'ansible.posix.selinux'. This often indicates a misspelling, missing collection, or incorrect module path.
Prior to upgrade, these tasks ran correctly on version 2.13.12. It seems like the issue might be related to the new directory structure.
I worked around the issue for now by manually installing the galaxy modules into the directory where ansible-playbook is looking: ansible-galaxy collection install ansible.posix -p /opt/semaphore/project_3/.ansible/collections/ --force
Hi, I have been facing similar issues regarding the new tmp_path feature. All semaphore runs seem to use the project_x dir as working directory. I have installed ansible locally in a unix user making the python search path for the site-packages invalid as it now includes the project_x dir. A workaraound is to put a symlink into the project_x folders.
Issue
After upgrading from 2.13.x to 2.14.x, my project no longer sees the installed galaxy modules and does not reinstall them, as it reports my requirements.yml has no changes.
/opt/semaphore/project_3/repository_7_template_51/roles/requirements.yml has no changes. Skip galaxy install process.
Therefore my tasks all fail to run.
ERROR! couldn't resolve module/action 'ansible.posix.selinux'. This often indicates a misspelling, missing collection, or incorrect module path.
Prior to upgrade, these tasks ran correctly on version 2.13.12. It seems like the issue might be related to the new directory structure.
Impact
Ansible (task execution)
Installation method
Binary
Database
MySQL
Browser
No response
Semaphore Version
2.14.6-989740f-1745939232
Ansible Version
Logs & errors
No response
Manual installation - system information
No response
Configuration
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: