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 - name: Install powerdns
apt: name={{ item }} apt:
with_items: name:
- pdns-backend-bind - pdns-backend-bind
- pdns-recursor - pdns-recursor
- pdns-server - pdns-server