mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Cleanup of PHP 7.x & 8.0 dependencies
This commit is contained in:
parent
1493005d63
commit
468836d51e
14 changed files with 102 additions and 77 deletions
|
|
@ -1,8 +1,10 @@
|
|||
- name: 'Install packages: php{{ php_version }}-intl, php{{ php_version }}-mbstring'
|
||||
package:
|
||||
name:
|
||||
- "php{{ php_version }}-intl"
|
||||
- "php{{ php_version }}-mbstring"
|
||||
#- php{{ php_version }}-common # Auto-installed as an apt dependency
|
||||
- php{{ php_version }}-intl
|
||||
- php{{ php_version }}-mbstring
|
||||
- php{{ php_version }}-xml #
|
||||
state: present
|
||||
|
||||
- name: Download {{ mediawiki_download_base_url }}/{{ mediawiki_src }} to {{ downloads_dir }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue