bk-dss: change apt to new syntax

This commit is contained in:
Markus 2020-10-05 08:31:16 +02:00
parent c4101bc585
commit 38bd0328b7
1 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
---
- name: Install dependencies
apt: name={{ item }}
with_items:
apt:
name:
- git
- python3-flask
- python3-flaskext.wtf