Description
The playbook executes ./pattern.sh without first verifying the script exists, which could lead to confusing errors.
Location
https://github.com/validatedpatterns/multicloud-gitops/blob/main/ansible/site.yaml
Expected Behavior
Add a stat task to verify the script exists before executing.