initial commit
This commit is contained in:
12
handlers/main.yml
Normal file
12
handlers/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: 'nginx reload'
|
||||
systemd:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
tags: ['nginx']
|
||||
|
||||
- name: 'nginx restart'
|
||||
systemd:
|
||||
name: nginx
|
||||
state: restarted
|
||||
tags: ['nginx']
|
Reference in New Issue
Block a user