Building a VM using Ansible Tower

I’m building a VM on Vcenter with a playbook that runs fine and creates a VM when executed from the Ansible server but fails to create a VM when the same playbook is executed from ANsible Tower.
I do not see any syntax errors and I see the same job output on both the Ansible server and on Ansible Tower. I’m not sure if there is a difference in vmware_guest module for Tower or with versions.

My playbook is

I’m not sure if there is a difference in vmware_guest module for Tower or with versions.

If the output is the same between Ansible Engine and Ansible Tower, then that would be my first though. Check the versions Tower and your test system are using and make sure Tower is the same version.