1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

http://box/wiki fix in mediawiki/tasks/enable.yml

This commit is contained in:
A Holt 2020-01-12 01:32:43 -05:00 committed by GitHub
parent 62458cc1e9
commit 5f4f66054e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Apache # Apache
- name: Enable http://box{{ mediawiki_url }} via Apache # i.e. http://box/mediawiki - name: Enable http://box{{ mediawiki_url }} via Apache # i.e. http://box/wiki
command: a2ensite mediawiki.conf command: a2ensite mediawiki.conf
when: apache_install and mediawiki_enabled when: apache_install and mediawiki_enabled