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,8 +1,8 @@
--- ---
- name: Install powerdns - name: Install powerdns
apt: name={{ item }} apt:
with_items: name:
- pdns-server - pdns-server
- pdns-recursor - pdns-recursor