PLAY RECAP ********************************************************************* ESC[0;31m<HOSTNAME>ESC[0m : ok=0 changed=0 unreachable=0 ESC[0;31mfailed=1 ESC[0m skipped=0 rescued=0 ignored=0The following sequence of events under /services-logs/prelude/terraform-service-app/console-logs/blueprint-provider-executor.log confirms a functional failure within the playbook logic or the target OS customization phase where Ansible task encounters a fatal error during execution on the guest virtual machine.
2026-03-25T05:10:31.968Z INFO blueprint-agent [host=terraform-service-app-#########-##### thread=pool-2-thread-63 user='UserID' org='' trace='' deployment='########-####-####-############'] c.v.t.p.a.t.gateway.AnsibleTowerGateway - Launched job_template [Template-name] on host [hostname]. Job id: [Job-id]
2026-03-25T05:10:31.968Z INFO blueprint-agent [host=terraform-service-app-#########-##### thread=pool-2-thread-63 user='UserID' org='' trace='' deployment='########-####-####-############'] c.v.t.p.a.t.service.AnsibleTowerService - JOB template launched: [Template-name]. [Index:0]
2026-03-25T05:10:31.969Z INFO blueprint-agent [host=terraform-service-app-#########-##### thread=pool-2-thread-63 user='UserID' org='' trace='' deployment='########-####-####-############'] c.v.t.p.a.t.t.r.AnsibleTowerOperationHandler - Template execution in progress: Template-name
2026-03-25T05:11:02.109Z INFO blueprint-agent [host=terraform-service-app-#########-##### thread=pool-2-thread-63 user='UserID' org='' trace='' deployment='########-####-####-############'] c.v.t.p.a.t.gateway.AnsibleTowerGateway - Retrieved job summary for job id [Job-id]. Status: [running], Failed: [false]
2026-03-25T05:11:02.109Z INFO blueprint-agent [host=terraform-service-app-#########-##### thread=pool-2-thread-63 user='UserID' org='' trace='' deployment='########-####-####-############'] c.v.t.p.a.t.service.AnsibleTowerService - job_id: [Job-id], status: [running]
Status: [failed]). The system records a non-connection failure.INFO blueprint-agent [host=<HOSTNAME> thread=pool-2-thread-63 user='<User-ID>' org='' trace='' deployment='########-####-####-############'] c.v.t.p.a.t.service.AnsibleTowerService - Job template 'Template-name' failed with non-connection failure
WARN blueprint-agent [host=<HOSTNAME> thread=pool-2-thread-63 user='<USer-ID>' org='' trace='' deployment='########-####-####-############'] c.v.t.p.a.t.service.AnsibleTowerService - Host 'null' not found in inventory; considering that it is already removed
VMware Aria Automation 8.x
The issue is typically caused by a failure within the Ansible playbook execution on the target Windows virtual machine. This can occur due to:
Additionally, one common root cause is a race condition where Aria Automation initiates the Ansible job before vCenter Guest OS customization is fully completed. As a result, the Windows VM may not be ready to accept WinRM/SSH connections, leading to playbook execution failure. Refer KB 419606 for more information.