mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
articulate actions, educating implementer/operator
This commit is contained in:
parent
c4d4f61068
commit
7320ac82b3
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
tags:
|
||||
- download
|
||||
|
||||
- name: Download MediaWiki software, per roles/mediawiki/defaults/main.yml
|
||||
- name: Download MediaWiki {{ mediawiki_version }} from wikimedia.org to {{ downloads_dir }}
|
||||
get_url:
|
||||
url: "{{ mediawiki_download_base_url }}/{{ mediawiki_src }}"
|
||||
dest: "{{ downloads_dir }}"
|
||||
|
@ -18,7 +18,7 @@
|
|||
register: mediawiki_download_output
|
||||
when: internet_available
|
||||
|
||||
- name: Unpack download to permanent location
|
||||
- name: Unpack it to permanent location {{ mediawiki_abs_path }}
|
||||
unarchive:
|
||||
src: "{{ downloads_dir }}/{{ mediawiki_src }}"
|
||||
dest: "{{ mediawiki_install_path }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue