1
0
Fork 0
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:
A Holt 2018-09-20 18:27:53 -04:00 committed by GitHub
parent c4d4f61068
commit 7320ac82b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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