add handlers for apache role
This commit is contained in:
parent
d8a40ce843
commit
5fb95a8685
1 changed files with 6 additions and 0 deletions
6
apache/handlers/main.yml
Normal file
6
apache/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: restart apache
|
||||
service:
|
||||
name: apache2
|
||||
state: restarted
|
||||
|
Loading…
Reference in a new issue