mirror of https://github.com/ansible/ansible.git
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 testpull/65208/head
parent
d4c4c92c97
commit
c73288ad53
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- user - fix comprasion on macOS so module does not improperly report a change (https://github.com/ansible/ansible/issues/62969)
|
Loading…
Reference in New Issue