Replace all restart httpd with reload httpd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
826315206d
commit
08568865fe
82 changed files with 178 additions and 181 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue