diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2013-06-11 19:59:13 +0000 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2013-06-11 19:59:13 +0000 |
| commit | 4161ecf4d832f2bb170ca0a5645ceaa044a9cde7 (patch) | |
| tree | 6b1cf8e8f21ac0614611407fa68fd0ee03b7c797 /tasks/apache.yml | |
| parent | 9f81f2986fb21ed2d9b3b7aec11f050c856fcc5b (diff) | |
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
Diffstat (limited to 'tasks/apache.yml')
| -rw-r--r-- | tasks/apache.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/apache.yml b/tasks/apache.yml index 9f266f63c..62d08c387 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -11,6 +11,7 @@ - name: set apache running/enabled service: name=httpd enabled=yes + ignore_errors: true notify: - restart apache tags: |
