mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
setting apache to run has been occasionally erroring out for reasons I don't
understand on first install. Setting it to ignore_errors for the moment
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
- name: set apache running/enabled
|
||||
service: name=httpd enabled=yes
|
||||
ignore_errors: true
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user