9e34ba0a7e
* Fix win_domain_computer Fixes #43653 - Change descrtiption parameter default to null. When reading an empty description from AD, powershell returns a null. - Convert after and before diff keys to ordered hashes. Unordered state descriptions make --diff report equal values as changes. (cherry picked from commit f58365698599e92b9fc5fd7f643d2c10f1eeafab) * Add changelog
3 lines
182 B
YAML
3 lines
182 B
YAML
bugfixes:
|
|
- win_domain_computer - fixed error when description parameter is empty (https://github.com/ansible/ansible/pull/44054)
|
|
- win_domain_computer - fixed error in diff_support
|