Move all shared into this new repo
This commit is contained in:
6
web/apache/handlers/main.yml
Normal file
6
web/apache/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: restart apache
|
||||
service: name=apache2 state=restarted
|
||||
|
||||
- name: reloade apache
|
||||
service: name=apache2 state=reloaded
|
||||
Reference in New Issue
Block a user