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
41c3cddaf2
commit
7fe65d5d96
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
- name: Install packages required by Lokole
|
- name: Install packages required by Lokole
|
||||||
package:
|
apt:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- "php{{ php_version }}-intl"
|
- make
|
||||||
- "php{{ php_version }}-mbstring"
|
- python3-venv
|
||||||
|
- npm
|
||||||
|
- shellcheck
|
||||||
tags:
|
tags:
|
||||||
- download
|
- download
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue