mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Change to correct dependencies
This commit is contained in:
parent
12816c45f2
commit
ebda624baf
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
- name: Install packages required by Lokole
|
||||
package:
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- "php{{ php_version }}-intl"
|
||||
- "php{{ php_version }}-mbstring"
|
||||
- make
|
||||
- python3-venv
|
||||
- npm
|
||||
- shellcheck
|
||||
tags:
|
||||
- download
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue