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

Merge pull request #707 from holta/mediawiki

MediaWiki documentation/style tweaks
This commit is contained in:
A Holt 2018-03-22 17:31:04 -04:00 committed by GitHub
commit 7dfe185fde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,14 @@
- name: Install required packages
package: name={{ item }}
state=present
- name: Install packages required by MediaWiki
package:
name: "{{ item }}"
state: present
with_items:
- "php{{ php_version }}-intl"
- "php{{ php_version }}-mbstring"
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 }}"