Add some restart statements so things take effect how we want.

This commit is contained in:
Ralph Bean 2014-04-23 13:32:16 +00:00
parent 78a35fe77b
commit 41d35aba00

View file

@ -57,9 +57,11 @@
- 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
- name: httpd conf
template: src=mediawiki-app.conf.j2 dest=/etc/httpd/conf.d/{{wikiname}}.conf
notify: restart httpd
- name: linking index.php
file: dest=/srv/web/{{wikiname}}-wiki/index.php src=/usr/share/mediawiki119/index.php state=link