dns: use dnsdist from upstream repo

This commit is contained in:
Markus 2020-11-05 18:53:33 +01:00
parent f6c4f927f4
commit 29627c5e36
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
---
- name: Enable powerdns apt-key
apt_key: url='https://repo.powerdns.com/FD380FBB-pub.asc'
- name: Enable powerdns repository
apt_repository: repo='deb http://repo.powerdns.com/debian buster-dnsdist-15 main'
- name: Install powerdns
apt:
name: