sync roles with changes from OWS
This commit is contained in:
7
roles/nginx_exporter/handlers/main.yml
Normal file
7
roles/nginx_exporter/handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Restart nginx_exporter
|
||||
systemd:
|
||||
daemon_reload: true
|
||||
enabled: true
|
||||
name: nginx_exporter.service
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user