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
|
@ -64,7 +64,7 @@
|
|||
- name: update php.ini
|
||||
copy: src=php.ini dest=/etc/php.d/php.ini owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
- name: update php-opcache config
|
||||
copy:
|
||||
|
@ -162,6 +162,6 @@
|
|||
- name: copy phabricator httpd config
|
||||
template: src=phabricator.conf.j2 dest=/etc/httpd/conf.d/phabricator.conf owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue