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:
parent
7920722aa3
commit
f6ca22f8a0
1 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue