mirror of https://github.com/ansible/ansible.git
user: Update logic to check if user exists in macOS (#76592)
'dscl -list' returns 0 even if the user does not exists. This leads to errorenous condition in user module. Using 'dscl -read UniqueID' can return if user exists or not. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/76671/head
parent
8e0654504f
commit
66e392d4e2
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- user - update logic to check if user exists or not in MacOS.
|
Loading…
Reference in New Issue