dns_inten: use list instead of with_items

This commit is contained in:
Markus 2020-11-13 21:34:04 +01:00
parent e592ebbf4b
commit 770dbc4779
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
--- ---
- name: Install powerdns - name: Install powerdns
apt: name={{ item }} apt:
with_items: name:
- pdns-server - pdns-server
- pdns-recursor - pdns-recursor
- name: Create zone directory - name: Create zone directory
file: path=/etc/powerdns/bind/ state=directory file: path=/etc/powerdns/bind/ state=directory