When running a task which runs a script in Ansible 2.9.27 it occasionally crashes during the execution. This issue is intermittent.
A GitHub issue has been created for this bug: (1) Ansible occasionally crashes during task execution · Issue #76321 · ansible/ansible (github.com). However, the response I got was that my build3.sh script running in the task is removing the directory that Ansible is running under, which is not the case. The script is running ‘BitBake’, which is a make-like build tool, and does not remove the underlying directory.
I would highly appreciate it if anyone could take a second look at the error in my GitHub issue and point me towards possible root causes of this bug.
Sincerely,
Maksym Iliev