1
0
Fork 0
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:
Aidan Fitzgerald 2018-07-12 22:14:39 -04:00 committed by Aidan Fitzgerald
parent 12816c45f2
commit ebda624baf

View file

@ -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