Need help with Playbook run from Ansible core to Playbook

I’m having issues running a playbook that runs well in Ansible Core to make configuration changes to my Palo Alto firewall. The playbook references a vars.yml file that outlines my credentials as well as host that I want to make changes to. After succesfully importint the project into Tower and creating:

Credentials
Inventory / Host
Template

I am unable to successfully run the playbook. However thorugh some troublshooiting I’ve determined that if I declare incorrect information in my vars.yml file I get the same error as I do in Ansible Tower.

I’m not sure what I am doing wrong and any help would be appreciated. At this point I am questioning if I have misconfigured Tower, or have extra code in my yml file. Notice I have commented out what I think was extraneous in the playbook. My Tower has the the same information confgured for host and credentials as my playbook