Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad30a8307f
commit
989042f28a
66 changed files with 2706 additions and 2 deletions
9
roles/galene/handlers/main.yml
Normal file
9
roles/galene/handlers/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Reload systemd
|
||||
ansible.builtin.systemd_service:
|
||||
daemon_reload: true
|
||||
|
||||
- name: Restart galene
|
||||
ansible.builtin.service:
|
||||
name: galene
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue