mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
huh - if your apache config is screwed up then you can't get passed service state=started b/c it won't start
tricksy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user