dns: use list instead of with_items

This commit is contained in:
Markus 2020-10-08 22:31:20 +02:00
parent 1b12b54a8d
commit dd93bd6b11

View File

@ -1,8 +1,8 @@
---
- name: Install powerdns
apt: name={{ item }}
with_items:
apt:
name:
- pdns-backend-bind
- pdns-recursor
- pdns-server