Add ansible tasks
This commit is contained in:
3
ansible/roles/nginx/handlers/main.yml
Executable file
3
ansible/roles/nginx/handlers/main.yml
Executable file
@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: restart nginx
|
||||
service: name=nginx enabled=yes state=restarted
|
Reference in New Issue
Block a user