be26f4916f
* 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
6 lines
369 B
YAML
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
|