initial upload
This commit is contained in:
11
roles/apache/handlers/main.yml
Normal file
11
roles/apache/handlers/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Restart Apache
|
||||
service: name=apache2 state=restarted
|
||||
|
||||
- name: Reload Apache
|
||||
service: name=apache2 state=reloaded
|
||||
|
||||
- name: Reload Apache systemd
|
||||
systemd: daemon_reload=yes
|
||||
|
||||
Reference in New Issue
Block a user