1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Don't use with_items: deprecated

This commit is contained in:
Aidan Fitzgerald 2018-10-08 20:01:15 -04:00 committed by Aidan Fitzgerald
parent 7920722aa3
commit f6ca22f8a0

View file

@ -1,15 +1,14 @@
- name: Install packages required by Lokole
apt:
name: "{{ item }}"
name:
- python3
- python3-pip
- python3-venv
- python3-dev
- libffi-dev
- libssl-dev
- bcrypt
state: present
with_items:
- python3
- python3-pip
- python3-venv
- python3-dev
- libffi-dev
- libssl-dev
- bcrypt
tags:
- install