forked from infra/ansible
partdb: use list instead of with_items
This commit is contained in:
parent
0ea7576e80
commit
3db745797a
@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Install dependencies
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
apt:
|
||||
name:
|
||||
- php7.3-fpm
|
||||
- php7.3-ldap
|
||||
- php7.3-mysql
|
||||
|
Loading…
Reference in New Issue
Block a user