1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Clarify a warning message.

This commit is contained in:
Michael DeHaan 2013-11-03 12:47:07 -05:00
parent 83d50b1984
commit eab6737209

View file

@ -85,7 +85,7 @@ def key_for_hostname(hostname):
# to use no persistent daemons or key management
if not KEYCZAR_AVAILABLE:
raise errors.AnsibleError("python-keyczar must be installed to use fireball/accelerated mode")
raise errors.AnsibleError("python-keyczar must be installed on the control machine to use accelerated modes")
key_path = os.path.expanduser("~/.fireball.keys")
if not os.path.exists(key_path):