A play creates an SVI-style interface that depends on VLAN 55. Which task ordering reflects a correctly constructed Ansible workflow?
Select an answer to reveal the explanation.
Short Explanation
Build the shelf (VLAN) before you mount the drawer (SVI)—facts and dependencies first, not random shuffle or ChatOps interruptions.
Full Explanation
A constructed workflow gathers what it needs—facts or a prior VLAN—before the dependent interface task. Creating an SVI-style interface before the VLAN exists is an order bug. Webex-first or random ordering does not satisfy network-parameter task sequencing for 5.3.a.