BonnyCI / hoist

Hoist up a bonnyci
Apache License 2.0
5 stars 13 forks source link

Escape double brackets in site variables #508

Closed jamielennox closed 7 years ago

jamielennox commented 7 years ago

If we put the {{ syntax directly into ansible then ansible will try to interpret it. We need to escape them so that it ends up being put into the site variables file.

Signed-off-by: Jamie Lennox jamielennox@gmail.com