mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
PEP8 E712 fixes (#21916)
This commit is contained in:
parent
5d39056379
commit
305c88700d
34 changed files with 103 additions and 123 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue