1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

put them back

This commit is contained in:
Tim Moody 2018-03-20 17:08:12 -04:00
parent 76eb1564c8
commit 972ba866d0

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 }}"