mirror of https://github.com/ansible/ansible.git
Fix win_domain_computer error when empty description (#44627)
* 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 f583656985
)
* Add changelog
pull/44522/head
parent
d7a7295c81
commit
9e34ba0a7e
@ -0,0 +1,3 @@
|
||||
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
|
Loading…
Reference in New Issue