semaphore
semaphore copied to clipboard
Question: Not run galaxy install process when executing a Ansible task template?
Question
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.
Related to
Ansible (task execution)
Hi @nodesocket
Semaphore didn't find your requirements.yml.
What should go in /requirements.yml can I just add a skeleton to avoid all these messages from galaxy?
roles:
collections:
Adding /requirements.yml to the root of the repo.
Hi, I think we can replace this messages to single message.