How to use extra_vars_path in the tower_job_template Ansible module
Today I was using Ansible’s tower_job_template module in a playbook. I needed to add extra variables to the job template, but Ansible’s public documentation of the the tower_job_template module had no examples of how to do this. I was unable to find any compelling examples on Google. I was a bit of poking around the Ansible API, it turns out this was far easier than I had anticipated. Without further ado, here’s how you use extra_vars_path:...