We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When create_forward_zones is set to false the following error is generated by Ansible:
create_forward_zones
false
fatal: [bst01.euc1.spaceos.lan]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: '_type' is undefined"}
That's seems to be caused by: https://github.com/bertvv/ansible-role-bind/blob/master/templates/etc_named.conf.j2#L108
The text was updated successfully, but these errors were encountered:
fix bertvv#179: guess the zone type also for reverse zones only
2cb1ff2
No branches or pull requests
When
create_forward_zones
is set tofalse
the following error is generated by Ansible:That's seems to be caused by: https://github.com/bertvv/ansible-role-bind/blob/master/templates/etc_named.conf.j2#L108
The text was updated successfully, but these errors were encountered: