mirror of https://github.com/ansible/ansible.git
Fix psrp - ReadTimeout exceptions now mark host as unreachable (#85974)
* psrp - ReadTimeout exceptions now mark host as unreachable * add try to _exec_psrp_script * fix indent E111 * update raise format switch to raise Exception from e Co-authored-by: Jordan Borean <jborean93@gmail.com> --------- Co-authored-by: Jordan Borean <jborean93@gmail.com>milestone
parent
c02f59ca3a
commit
9fcf1f7c58
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- psrp - ReadTimeout exceptions now mark host as unreachable instead of fatal (https://github.com/ansible/ansible/issues/85966)
|
||||||
Loading…
Reference in New Issue