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:
parent
76eb1564c8
commit
972ba866d0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
msg: "{{ downloads_dir }}/mediawiki.tar.gz is REQUIRED in order to install mediawiki."
|
msg: "{{ downloads_dir }}/mediawiki.tar.gz is REQUIRED in order to install mediawiki."
|
||||||
when: not mediawiki_link.stat.exists
|
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:
|
unarchive:
|
||||||
src: "{{ downloads_dir }}/mediawiki.tar.gz"
|
src: "{{ downloads_dir }}/mediawiki.tar.gz"
|
||||||
dest: "{{ mediawiki_install_path }}"
|
dest: "{{ mediawiki_install_path }}"
|
||||||
|
|
Loading…
Reference in a new issue