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>
(cherry picked from commit 6bee84318d)
pull/85950/head
parent
580eb781dc
commit
40b11f86fb
@ -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