Hi,
I undestand that ‘Ansible Expect’ uses python pexpect.
Do you know if ansible playbook can change pexpect’s ‘delaybeforesend’?
’ delaybeforesend’ is used to wait a little time before sending a response to a prompt.
The reason for this sometimes my Ansible Expect playbook works and sometimes the same playbook fails. I think this is a timing issue when the program on the remote side is a bit slow.