Managed to fix the issue. within the block of code under Edit omsagent.conf, I was using the template module and specified it as:
ansible.builtin.template: This works fine when it is ran locally on the machine but for some reason AWX doesnt seem to like that so instead I changed it to: template: Hope this helps anyone that does come across this issue. Thanks. On Tuesday, January 26, 2021 at 7:20:01 PM UTC [email protected] wrote: > Hello, > > I am getting this issue when launching the template from AWX. > > I have been trying to figure it out for a while but got stuck and was > hoping anyone could assist please? > > Please see the attached screenshot of the error. > many thanks.[image: Capture.PNG] > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/0de34d97-dd0a-4d69-8609-a9feea03a2b3n%40googlegroups.com.
