bertvv/ansible-role-bind

option 'dnssec-enable' no longer exists error on Ubuntu

Opened this issue · 1 comments

I have setup a secondary and applied the playbook, but when it gets to the 'Main BIND Config File' task, the Primary (Currently running RHEL 8) works fine but the secondary (Running Ubuntu 22.04) fails with the error option 'dnssec-enable' no longer exists\n"

I have setup a secondary and applied the playbook, but when it gets to the 'Main BIND Config File' task, the Primary (Currently running RHEL 8) works fine but the secondary (Running Ubuntu 22.04) fails with the error option 'dnssec-enable' no longer exists\n"

As a workaround, you can add this to Ansible variables to eliminate the use of dnssec:
bind_dnssec_enable: false
bind_dnssec_validation: false