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:
parent
0a06e43ca5
commit
49453de9be
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
||||||
- name: Install packages required by MediaWiki
|
- name: Install packages php{{ php_version }}-intl and php{{ php_version }}-mbstring
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name:
|
||||||
|
- "php{{ php_version }}-intl"
|
||||||
|
- "php{{ php_version }}-mbstring"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
|
||||||
- "php{{ php_version }}-intl"
|
|
||||||
- "php{{ php_version }}-mbstring"
|
|
||||||
#tags:
|
#tags:
|
||||||
# - download
|
# - download
|
||||||
|
|
||||||
|
@ -15,7 +14,6 @@
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
#force: yes
|
#force: yes
|
||||||
#backup: yes
|
#backup: yes
|
||||||
#register: mediawiki_download_output
|
|
||||||
when: internet_available
|
when: internet_available
|
||||||
|
|
||||||
- name: Unpack it to permanent location {{ mediawiki_abs_path }}
|
- name: Unpack it to permanent location {{ mediawiki_abs_path }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue