1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
Tim Moody 2018-03-20 17:06:50 -04:00
parent c26c3ef761
commit 76eb1564c8

View file

@ -34,7 +34,7 @@
msg: "{{ downloads_dir }}/mediawiki.tar.gz is REQUIRED in order to install mediawiki."
when: not mediawiki_link.stat.exists
- name: Unpack download to permanent location - owner: root, group: {{ apache_user }}, mode: 0664, keep_newer: yes"
- name: Unpack download to permanent location - owner: root, group: {{ apache_user }}, mode: 0664, keep_newer: yes
unarchive:
src: "{{ downloads_dir }}/mediawiki.tar.gz"
dest: "{{ mediawiki_install_path }}"