mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
PEP8 E712 fixes (#21916)
This commit is contained in:
@@ -2207,7 +2207,7 @@ def main():
|
||||
|
||||
if user.user_exists():
|
||||
info = user.user_info()
|
||||
if info == False:
|
||||
if info is False:
|
||||
result['msg'] = "failed to look up user name: %s" % user.name
|
||||
result['failed'] = True
|
||||
result['uid'] = info[2]
|
||||
|
||||
Reference in New Issue
Block a user