Hi, I am very new to Ansible and I have a question regarding the template module.
I am receiving an error running a playbook where ansible cannot find or access the j2 file.
If I transfer the file manually into /tmp/kitchen/ where it says it is looking, then it runs fine. I am using Test Kitchen with kitchen-ansible, Vagrant and Inspec on Windows. Is the template file not supposed to be sent to the host with kitchen? Maybe this is a Test Kitchen issue of not generating the files on the target?
Thank you for any guidance.