Merge branch 'master' of /git/ansible
This commit is contained in:
commit
a49d86841d
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
|||
- packages
|
||||
|
||||
- name: set apache running/enabled
|
||||
service: name=httpd state=running enabled=yes
|
||||
service: name=httpd enabled=yes
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
- service
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue