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: