Initial working commit
This commit is contained in:
6
ansible/roles/http/handlers/main.yml
Normal file
6
ansible/roles/http/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: restart_nginx
|
||||
become: true
|
||||
service:
|
||||
name: nginx
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user