Skip to content

Commit

Permalink
notify
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 4, 2024
1 parent 1e1d9d7 commit 7844a49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/semaphore/tasks/present.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,15 @@
- requirements.txt
- requirements.yml
- collections.yml
notify: Restart semaphore

- name: Create python3.12 venv
become_user: semaphore
ansible.builtin.command: /usr/bin/python3.12 -m venv venv --upgrade-deps
args:
chdir: /home/semaphore
creates: /home/semaphore/venv
notify: Restart semaphore

- name: Deploy Semaphore Config
become: true
Expand All @@ -132,8 +134,7 @@
mode: '0660'
owner: semaphore
group: semaphore
notify:
- Restart semaphore
notify: Restart semaphore

- name: Create Semaphoreui SELinux policy
when: piet is defined
Expand Down

0 comments on commit 7844a49

Please sign in to comment.