partdb: use list instead of with_items

This commit is contained in:
Markus 2020-11-13 21:29:56 +01:00
parent 0ea7576e80
commit 3db745797a
1 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
---
- name: Install dependencies
apt: name={{ item }}
with_items:
apt:
name:
- php7.3-fpm
- php7.3-ldap
- php7.3-mysql