You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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
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"
The text was updated successfully, but these errors were encountered: