mirror of https://github.com/ansible/ansible.git
known_hosts: return rc and stderr in fail_json (#85871)
* When ssh-keygen fails, return rc and stderr in fail_json in order to help debugging. Fixes: #85850 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/85545/head
parent
c3f87b31d1
commit
6bee84318d
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
minor_changes:
|
||||||
|
- known_hosts - return rc and stderr when ssh-keygen command fails for further debugging (https://github.com/ansible/ansible/issues/85850).
|
||||||
Loading…
Reference in New Issue