mirror of https://github.com/ansible/ansible.git
[stable-2.9] user - compare macOS user properties using same type (#62973)
self._get_user_property returns a string, so when doing a comparison
using this value, cast the second variable to a string so that the
comparison behaves correctly
* Add changelog
* Add to_text import
* Add integration test.
(cherry picked from commit c73288ad53
)
Co-authored-by: John Chen <kryptonite303@users.noreply.github.com>
pull/66383/head
parent
d2c21af3f7
commit
4a05724fd7
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- user - fix comparison on macOS so module does not improperly report a change (https://github.com/ansible/ansible/issues/62969)
|
Loading…
Reference in New Issue