mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix small typo (#4452)
This commit is contained in:
parent
e7ffa76db6
commit
380de2d0c1
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class OnePasswordInfo(object):
|
||||||
except AnsibleModuleError as e:
|
except AnsibleModuleError as e:
|
||||||
module.fail_json(msg="Failed to perform initial sign in to 1Password: %s" % to_native(e))
|
module.fail_json(msg="Failed to perform initial sign in to 1Password: %s" % to_native(e))
|
||||||
else:
|
else:
|
||||||
module.fail_json(msg="Unable to perform an initial sign in to 1Password. Please run '%s sigin' "
|
module.fail_json(msg="Unable to perform an initial sign in to 1Password. Please run '%s signin' "
|
||||||
"or define credentials in 'auto_login'. See the module documentation for details." % self.cli_path)
|
"or define credentials in 'auto_login'. See the module documentation for details." % self.cli_path)
|
||||||
|
|
||||||
def get_token(self):
|
def get_token(self):
|
||||||
|
|
Loading…
Reference in a new issue