Skip to content

Commit

Permalink
Paths for ansible-galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Nov 27, 2024
1 parent d521151 commit a3e1ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/semaphore/templates/semaphore.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ StandardError=journal
SyslogIdentifier=semaphore

ExecStartPre=/bin/bash -c 'pip3.12 install --upgrade --user -r /home/semaphore/requirements.txt'
ExecStartPre=/bin/bash -c 'ansible-galaxy collection install --upgrade -r /home/semaphore/collections.yml'
ExecStartPre=/bin/bash -c 'ansible-galaxy install -r /home/semaphore/requirements.yml'
ExecStartPre=/bin/bash -c 'ansible-galaxy collection install -p /home/semaphore/tmp/.ansible/collections -r /home/semaphore/collections.yml'
ExecStartPre=/bin/bash -c 'ansible-galaxy install -p /home/semaphore/tmp/.ansible/roles/ -r /home/semaphore/requirements.yml'

[Install]
WantedBy=multi-user.target

0 comments on commit a3e1ae6

Please sign in to comment.