mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
remove duplicate declaration (#38449)
result['uid'] is already defined at line 2213 in user.py module.
This commit is contained in:
@@ -2215,7 +2215,6 @@ def main():
|
||||
result['comment'] = info[4]
|
||||
result['home'] = info[5]
|
||||
result['shell'] = info[6]
|
||||
result['uid'] = info[2]
|
||||
if user.groups is not None:
|
||||
result['groups'] = user.groups
|
||||
|
||||
|
||||
Reference in New Issue
Block a user