From fcee6b0f367fdd787bf0b1b4148654e29d4c4e37 Mon Sep 17 00:00:00 2001 From: nd Date: Sun, 3 Feb 2019 18:25:51 +0100 Subject: [PATCH] debian update split up powerdns package --- tasks/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 05d35d2..15bcdba 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,6 +1,9 @@ --- - name: install powerdns - apt: pkg="pdns-server" + apt: + pkg: + - pdns-server + - pdns-backend-bind - name: copy powerdns config template: