This commit is contained in:
9
project/roles/gpaste/handlers/main.yml
Normal file
9
project/roles/gpaste/handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Reload systemd
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: yes
|
||||
|
||||
- name: Restart gpaste
|
||||
ansible.builtin.systemd:
|
||||
name: gpaste
|
||||
state: restarted
|
Reference in New Issue
Block a user