forked from infra/ansible
bk-dss: change apt to new syntax
This commit is contained in:
parent
c4101bc585
commit
38bd0328b7
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
apt: name={{ item }}
|
apt:
|
||||||
with_items:
|
name:
|
||||||
- git
|
- git
|
||||||
- python3-flask
|
- python3-flask
|
||||||
- python3-flaskext.wtf
|
- python3-flaskext.wtf
|
||||||
|
Loading…
Reference in New Issue
Block a user