mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Make it slightly more clear what side of the connection is missing keyczar if using accelerate mode.
This commit is contained in:
@@ -425,7 +425,7 @@ def main():
|
|||||||
debug = int(module.params['debug'])
|
debug = int(module.params['debug'])
|
||||||
|
|
||||||
if not HAS_KEYCZAR:
|
if not HAS_KEYCZAR:
|
||||||
module.fail_json(msg="keyczar is not installed")
|
module.fail_json(msg="keyczar is not installed (on the remote side)")
|
||||||
|
|
||||||
DEBUG_LEVEL=debug
|
DEBUG_LEVEL=debug
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user