Hello,
I have AWX 13.0 and ansible 2.9. I have a template in AWX that has a survey.
I set and send an integer value to a playbook via --extra_vars.
The problem is the playbook sends a string to the device I am working with. The device
responds if the value sent (a switch configuration) is an integer, like 993. but it I
set the variable: “{{ PORT }}” the device does not take the value, as it want an integer, not a string.
If I hard code the number into the playbook - 993 - the device responds.
Is there a way to fix this?
thanks,
ewholz1