Initial commit
This commit is contained in:
commit
f381aedff5
4 changed files with 83 additions and 0 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: restart netbox-webhook-handler
|
||||
service:
|
||||
name: netbox-webhook-handler
|
||||
enabled: True
|
||||
daemon_reload: True
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue