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

Update install.yml

This commit is contained in:
A Holt 2018-10-28 12:33:33 -04:00 committed by GitHub
parent 0a06e43ca5
commit 49453de9be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
- name: Install packages required by MediaWiki
- name: Install packages php{{ php_version }}-intl and php{{ php_version }}-mbstring
package:
name: "{{ item }}"
state: present
with_items:
name:
- "php{{ php_version }}-intl"
- "php{{ php_version }}-mbstring"
state: present
#tags:
# - download
@ -15,7 +14,6 @@
timeout: "{{ download_timeout }}"
#force: yes
#backup: yes
#register: mediawiki_download_output
when: internet_available
- name: Unpack it to permanent location {{ mediawiki_abs_path }}