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
According to https://docs.ansible.com/ansible/latest/collections/community/general/nsupdate_module.html the server parameter must be an IPv4 or v6 address. It used to work nevertheless as long as dnspython was below 2.0 but has stopped working since then, failing as e.g. described at https://ask.csdn.net/questions/1895695
server
The best would be probably to do a reverse resolution before applying the parameter osp_cluster_dns_server in case it doesn't look like an IP address.
osp_cluster_dns_server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to https://docs.ansible.com/ansible/latest/collections/community/general/nsupdate_module.html the
server
parameter must be an IPv4 or v6 address. It used to work nevertheless as long as dnspython was below 2.0 but has stopped working since then, failing as e.g. described at https://ask.csdn.net/questions/1895695The best would be probably to do a reverse resolution before applying the parameter
osp_cluster_dns_server
in case it doesn't look like an IP address.The text was updated successfully, but these errors were encountered: