feat: add handler
This commit is contained in:
parent
278d2b3150
commit
f74d10c5c7
2 changed files with 18 additions and 19 deletions
9
handlers/main.yaml
Normal file
9
handlers/main.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
# restart zot
|
||||
- name: "restart zot"
|
||||
ansible.builtin.systemd:
|
||||
name: "zot"
|
||||
state: "restarted"
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue