The entire ansible-playbook invocation collapses into a single ansible_run step in the graph. A 50-task playbook surfaces as one node with one status. Even when we split a 30-minute "wait for AMI" loop into milestone tasks (25/50/75/100%), the pipe sees one Running for 30 minutes. Operations cannot tell whether the build is on Stage 1 or Stage 4.
Ask: Per-task callbacks / progress events on the execution graph.
Created by Gino Orvieto
·