dns: use list instead of with_items
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1b12b54a8d
commit
dd93bd6b11
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user