If Insights Remediations tells Satellite to execute an Ansible playbook, and ansible-playbook exits without executing the playbook, Satellite will not communicate this error back to Insights Remediations. Instead, it will log an error to /var/log/foreman/production.log. This makes it more difficult to troubleshoot certain types of errors, such as:
- The playbook contains a syntax error.
- The playbook is syntactically valid, but references a non-existent Ansible module.
Please update Satellite so that, when ansible-playbook exits early, Satellite still communicates this error back to Insights Remediations.
- split from
-
SAT-25183 Satellite cannot execute playbook containing "mount" module
- Backlog