Initial commit
This commit is contained in:
commit
8c23da5bf5
4 changed files with 74 additions and 0 deletions
5
handlers/main.yml
Normal file
5
handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: reload nginx
|
||||
service:
|
||||
name: nginx
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue