mirror of https://github.com/ansible/ansible.git
Don't treat parsing problems as async task timeout (#16458)
* Don't treat parsing problems as async task timeout If there is a problem reading/writing the status file that manifests as not being able to parse the data, that doesn't mean the task timed out, it means there was what was likely a tempoarary problem. Move on and keep polling for success. The only things that should cause the async status to not be parseable are bugs in the async_runner. * Add comment explaining not bailing out of loop * Return different error when result is unparseable * Remove extraneous elsepull/16617/head
parent
930d090507
commit
229d8f6b21
Loading…
Reference in New Issue