Add some restart statements so things take effect how we want.
This commit is contained in:
parent
78a35fe77b
commit
41d35aba00
1 changed files with 2 additions and 0 deletions
|
@ -57,9 +57,11 @@
|
||||||
|
|
||||||
- name: install localsettings
|
- 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
|
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
|
- name: httpd conf
|
||||||
template: src=mediawiki-app.conf.j2 dest=/etc/httpd/conf.d/{{wikiname}}.conf
|
template: src=mediawiki-app.conf.j2 dest=/etc/httpd/conf.d/{{wikiname}}.conf
|
||||||
|
notify: restart httpd
|
||||||
|
|
||||||
- name: linking index.php
|
- name: linking index.php
|
||||||
file: dest=/srv/web/{{wikiname}}-wiki/index.php src=/usr/share/mediawiki119/index.php state=link
|
file: dest=/srv/web/{{wikiname}}-wiki/index.php src=/usr/share/mediawiki119/index.php state=link
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue