On 11. juli 2016 17:37, Oleg Belousov wrote:
up (

On Sunday, 10 July 2016 21:02:00 UTC+2, Oleg Belousov wrote:
# for webservers
frontend_fqdn:             {{root_domain}}
                             ^
This one looks easy to fix.  YAML thought it was looking for the start of
a
hash/dictionary and was confused to see a second "{".  Most likely this was
meant to be an ansible template evaluation instead, so we have to give the
parser a small hint that we wanted a string instead. The solution here is
to
just quote the entire value.

Have you actually read the error message?
It clearly says whats wrong.

More info
https://docs.ansible.com/ansible/YAMLSyntax.html#gotchas

--
Kai Stian Olstad

--
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/5783C3E6.8000104%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to