semaphore icon indicating copy to clipboard operation
semaphore copied to clipboard

Question: Not run galaxy install process when executing a Ansible task template?

Open nodesocket opened this issue 11 months ago • 3 comments

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)

nodesocket avatar Apr 29 '25 19:04 nodesocket

Hi @nodesocket Semaphore didn't find your requirements.yml.

fiftin avatar Apr 30 '25 05:04 fiftin

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.

nodesocket avatar May 01 '25 01:05 nodesocket

Hi, I think we can replace this messages to single message.

fiftin avatar May 02 '25 08:05 fiftin