dns: use list instead of with_items
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus 2020-10-08 22:31:20 +02:00
parent 1b12b54a8d
commit dd93bd6b11
1 changed files with 5 additions and 5 deletions

View File

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