Clarify a warning message.

pull/4798/head
Michael DeHaan 11 years ago
parent 83d50b1984
commit eab6737209

@ -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):

Loading…
Cancel
Save