ansible/changelogs/fragments/66451-win_dns_client-dhcp-support.yml
Brian Scholer be26f4916f
win_dns_client DHCP improvements + more (#66451)
* Fix DHCP support in win_dns_client + more

* Fix bugs and test failures, add changelog fragment

* Add idempotency tests for DHCP

* Address review feedback; dedup address-family code

* Remove legacy function

* Remove old reference
2020-02-17 15:35:54 +10:00

6 lines
369 B
YAML

minor_changes:
- Checks for and resolves a condition where effective nameservers are obfucated, usually by malware.
See https://www.welivesecurity.com/2016/06/02/crouching-tiger-hidden-dns/
bugfixes:
- Fix detection of DHCP setting so that resetting to DHCP doesn't cause ``CHANGED`` status on every run.
See https://github.com/ansible/ansible/issues/66450