Bookworm compatibility

New PowerDNS versions enable the newly introduced zone caching per default.
With zone caching enabled, PowerDNS refuses to start if any configured
backend does not support zone caching. This disables zone caching while
maintaining compatability with Debian Bullseye.
This commit is contained in:
Julian Rother 2023-10-17 23:42:01 +02:00
parent 6811450336
commit 5ef7d7ddb4
No known key found for this signature in database
GPG key ID: 8F9B6AE9BAAE4899

View file

@ -5,3 +5,4 @@ powerdns:
"pipe-letsencrypt-regex": "^_acme-challenge\\."
"pipe-letsencrypt-command": "/usr/local/bin/pdns.py pdns_backend"
"pipe-letsencrypt-abi-version": "1"
"zone-cache-refresh-interval": "{{ omit if ansible_distribution_release == 'bullseye' else '0' }}"