Skip to content

Commit 8094207

Browse files
authored
Update requirements before starting
Signed-off-by: Bas <[email protected]>
1 parent c989b76 commit 8094207

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: roles/semaphore/handlers/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
- name: Restart semaphore
3-
ansible.builtin.systemd:
4-
name: semaphore
5-
state: restarted
6-
72
- name: Requirements update
83
ansible.builtin.systemd:
94
name: requirements.service
105
daemon_reload: true
116
state: started
7+
8+
- name: Restart semaphore
9+
ansible.builtin.systemd:
10+
name: semaphore
11+
state: restarted

0 commit comments

Comments
 (0)