mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 22:30:04 -07:00
Fix message in utils related to python-keyczar and fireball/acc mode
This commit is contained in:
parent
53c2f4c1bb
commit
7c1c9b3d10
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def key_for_hostname(hostname):
|
||||||
# to use no persistent daemons or key management
|
# to use no persistent daemons or key management
|
||||||
|
|
||||||
if not KEYCZAR_AVAILABLE:
|
if not KEYCZAR_AVAILABLE:
|
||||||
raise errors.AnsibleError("python-keyczar must be installed to use fireball mode")
|
raise errors.AnsibleError("python-keyczar must be installed to use fireball/accelerated mode")
|
||||||
|
|
||||||
key_path = os.path.expanduser("~/.fireball.keys")
|
key_path = os.path.expanduser("~/.fireball.keys")
|
||||||
if not os.path.exists(key_path):
|
if not os.path.exists(key_path):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue