mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +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'])
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user