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,11 +1,11 @@
--- ---
- 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
- name: Create zone directory - name: Create zone directory
file: path=/etc/powerdns/bind/ state=directory file: path=/etc/powerdns/bind/ state=directory