1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

documentation clarified

This commit is contained in:
A Holt 2018-03-22 16:12:25 -04:00 committed by GitHub
parent cfc8d54776
commit 27bb8b65d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
- name: Install required packages
- name: Install packages required by MediaWiki
package:
name: "{{ item }}"
state: present
@ -8,7 +8,7 @@
tags:
- download
- name: Download the latest MediaWiki software
- name: Download MediaWiki software, per roles/mediawiki/defaults/main.yml
get_url:
url: "{{ mediawiki_download_base_url }}/{{ mediawiki_src }}"
dest: "{{ downloads_dir }}"