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
|
@ -88,13 +88,13 @@
|
|||
|
||||
- name: install localsettings
|
||||
template: src=LocalSettings.php.{{wikiname}}.j2 dest=/srv/web/{{wikiname}}-wiki/LocalSettings.php owner=apache group=apache mode=600 setype=httpd_sys_content_t
|
||||
notify: restart httpd
|
||||
notify: reload httpd
|
||||
tags:
|
||||
- mediawiki
|
||||
|
||||
- name: httpd conf
|
||||
template: src=mediawiki-app.conf.j2 dest=/etc/httpd/conf.d/{{wikiname}}.conf
|
||||
notify: restart httpd
|
||||
notify: reload httpd
|
||||
tags:
|
||||
- mediawiki
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue