dns_extern: use list instead of with_items
This commit is contained in:
parent
770dbc4779
commit
4e87db5364
@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Install powerdns
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
apt:
|
||||
name:
|
||||
- pdns-server
|
||||
- pdns-backend-sqlite3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user