GitLab pipeline reports success despite Ansible deployment failures on target node
The GitLab pipeline currently shows a successful run when instantiating a node, even when the Ansible deployment running on that node fails. This is a deployment-specific issue.
Problem
The pipeline marks the job as successful based solely on whether the node instantiation completes Ansible runs on the newly deployed node via the runner If Ansible fails on the target node, the pipeline still reports success because the instantiation itself succeeded This creates a false positive where the pipeline shows green despite the actual deployment being incomplete or failed
Edited by Eesaan Atluri