You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a race condition in Ansible that can result in this failure:
msg: |-
MODULE FAILURE
See stdout/stderr for the exact error
rc: -13
See ansible/ansible#78344 and
ansible/ansible#81777.
In stackhpc/stackhpc-kayobe-config#1108 we
applied a workaround to increase the ControlPersist timeout to 1 hour,
but this does not always work.
Disabling SSH pipelining prevents the issue at the cost of Ansible
execution duration.
0 commit comments