>
> Thanks for the response Brian. I tried your solution but the same error 
> sticks around


Failed to template {{ exceptions | union(['-A INPUT -p tcp --source '+ item 
+ ' --dport 3306 -j ACCEPT','-A INPUT -p tcp --source '+ item +' --dport 
4567  -j ACCEPT','-A INPUT -p tcp --source '+ item +' --dport 4568  -j 
ACCEPT']) }}: an unexpected type error occurred. Error was coercing to 
Unicode: need string or buffer, list found 

Its refusing to accept list contents inside union function which is strange.

~Trupti

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f9f04d0b-5dc4-4904-9186-95ee9de04406%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to