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,8 +1,6 @@
- name: Install packages required by Lokole
apt:
name: "{{ item }}"
state: present
with_items:
name:
- python3
- python3-pip
- python3-venv
@ -10,6 +8,7 @@
- libffi-dev
- libssl-dev
- bcrypt
state: present
tags:
- install