We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I suppress or not run galaxy install process when executing a Ansible task template?
2:19:26 PM installing static inventory 2:19:26 PM No /tmp/semaphore/project_2/repository_1_template_3/playbooks/utils/collections/requirements.yml file found. Skip galaxy install process. 2:19:26 PM No /tmp/semaphore/project_2/repository_1_template_3/playbooks/utils/requirements.yml file found. Skip galaxy install process. 2:19:26 PM No /tmp/semaphore/project_2/repository_1_template_3/collections/requirements.yml file found. Skip galaxy install process. 2:19:26 PM No /tmp/semaphore/project_2/repository_1_template_3/requirements.yml file found. Skip galaxy install process. 2:19:26 PM No /tmp/semaphore/project_2/repository_1_template_3/playbooks/utils/roles/requirements.yml file found. Skip galaxy install process. 2:19:26 PM No /tmp/semaphore/project_2/repository_1_template_3/playbooks/utils/requirements.yml file found. Skip galaxy install process. 2:19:26 PM No /tmp/semaphore/project_2/repository_1_template_3/roles/requirements.yml file found. Skip galaxy install process. 2:19:26 PM No /tmp/semaphore/project_2/repository_1_template_3/requirements.yml file found. Skip galaxy install process.
Ansible (task execution)
The text was updated successfully, but these errors were encountered:
Hi @nodesocket Semaphore didn't find your requirements.yml.
requirements.yml
Sorry, something went wrong.
What should go in /requirements.yml can I just add a skeleton to avoid all these messages from galaxy?
/requirements.yml
roles: collections:
Adding /requirements.yml to the root of the repo.
Hi, I think we can replace this messages to single message.
fiftin
No branches or pull requests
Question
How can I suppress or not run galaxy install process when executing a Ansible task template?
Related to
Ansible (task execution)
The text was updated successfully, but these errors were encountered: