mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
documentation clarified
This commit is contained in:
parent
cfc8d54776
commit
27bb8b65d7
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue