mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix typo
This commit is contained in:
@@ -145,7 +145,7 @@ class LookupModule(LookupBase):
|
||||
salt_field = content[sep + 1:]
|
||||
if salt_field.startswith('salt='):
|
||||
password = content[:sep]
|
||||
salt = salt_field[len('salt=':]
|
||||
salt = salt_field[len('salt='):]
|
||||
else:
|
||||
password = content
|
||||
salt = None
|
||||
|
||||
Reference in New Issue
Block a user