mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
quotes
This commit is contained in:
parent
c26c3ef761
commit
76eb1564c8
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."
|
||||
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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue