ssh check fails, why? .

This commit is contained in:
Valentin Gologuzov 2015-04-02 13:54:15 +02:00
parent d4ca93d4a5
commit 3dfe829ec6

View file

@ -48,6 +48,6 @@
register: ssh_check
ignore_errors: True
- debug: msg="{{ ssh_check.stdout}} \n {{ssh_check.stderr }}"
- debug: msg="{{ ssh_check }}"