Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lukebrewerton opened this issue Aug 18, 2022 · 1 comment
Open

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

lukebrewerton opened this issue Aug 18, 2022 · 1 comment

Comments

@lukebrewerton
Copy link

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"

@gehll275converge
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants