mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Make it slightly more clear what side of the connection is missing keyczar if using accelerate mode.
This commit is contained in:
parent
4bb34d006e
commit
83d50b1984
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue