First public version
This commit is contained in:
11
handlers/main.yml
Normal file
11
handlers/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: nginx | Check new config
|
||||
shell: nginx -t
|
||||
listen: nginx | Config changed
|
||||
|
||||
- name: nginx | Reload
|
||||
systemd:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
listen: nginx | Config changed
|
Reference in New Issue
Block a user