Fix tabs/spaces.
This commit is contained in:
parent
621eb5eccc
commit
3bf088c084
1 changed files with 3 additions and 3 deletions
|
@ -419,7 +419,7 @@ def main():
|
|||
|
||||
if user_exists(cursor, user):
|
||||
if module.check_mode:
|
||||
kw['changed'] = True
|
||||
kw['changed'] = True
|
||||
module.exit_json(**kw)
|
||||
|
||||
changed = user_alter(cursor, user, password, role_attr_flags)
|
||||
|
@ -429,7 +429,7 @@ def main():
|
|||
module.fail_json(msg=msg)
|
||||
|
||||
if module.check_mode:
|
||||
kw['changed'] = True
|
||||
kw['changed'] = True
|
||||
module.exit_json(**kw)
|
||||
|
||||
changed = user_add(cursor, user, password, role_attr_flags)
|
||||
|
@ -438,7 +438,7 @@ def main():
|
|||
|
||||
if user_exists(cursor, user):
|
||||
if module.check_mode:
|
||||
kw['changed'] = True
|
||||
kw['changed'] = True
|
||||
kw['user_removed'] = True
|
||||
module.exit_json(**kw)
|
||||
|
||||
|
|
Loading…
Reference in a new issue