Add apache restart handler
This commit is contained in:
parent
94d774b5b1
commit
80dc46acc0
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: apache restart
|
||||
service:
|
||||
name: apache2
|
||||
state: restarted
|
Loading…
Reference in a new issue