Replace all restart httpd with reload httpd

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-11-04 23:40:01 +00:00
parent 826315206d
commit 08568865fe
82 changed files with 178 additions and 181 deletions

View file

@ -87,7 +87,7 @@
- ask
- files
notify:
- restart httpd
- reload httpd
#
# we add this wsgi to handle ssl issues in stg
@ -100,7 +100,7 @@
- ask
- files
notify:
- restart httpd
- reload httpd
- name: Install askbot cron jobs
copy: >
@ -156,7 +156,7 @@
- files
- celery
notify:
- restart httpd
- reload httpd
- name: HOTFIX askbot backends.py
copy: >
@ -167,7 +167,7 @@
- files
- hotfix
notify:
- restart httpd
- reload httpd
#
# fedora favicon
@ -194,7 +194,7 @@
- files
- hotfix
notify:
- restart httpd
- reload httpd
#
# fix for feedback
@ -209,4 +209,4 @@
- files
- hotfix
notify:
- restart httpd
- reload httpd