So, after updating of ansible (i do not know the versions that i had)
and in the context of setting values for redis fact caching
see https://github.com/ansible-collections/community.general/issues/7814
i notice that quotes are now interpreted literally instead of being evaluated...
so for an empty variable now i need
a_var =
instead of
a_var = ""
because the later case would just set
a_var = '""'

Is anyone aware of this change? Maybe of the reason for it?

Thanks a lot!
Adrian

--
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/05339283-0728-4e90-918f-b82131b7d97e%40gmail.com.

Reply via email to