mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix small typo (#4452)
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user