Any thoughts? I saw this once before then upgraded ansible and it went
away, but I have seen the problem today on ansible 0.5.1, 0.6 and the
above version.
I wouldn't think that jinja would replace {{ variable }} and $variable...?
Any thoughts? I saw this once before then upgraded ansible and it went
away, but I have seen the problem today on ansible 0.5.1, 0.6 and the
above version.
HA, yeah.
Basically what is happening is the Non-Jinja2 template substitution is
happening INSIDE the template, so the workaround for now is to just
name your variable
pemkeydata or something, so it doesn't successfully replace $pemkey.
While we COULD disable non-Jinja2 basic templating, I do not think we
want to, because many people might be using it -- and templating PHP
or Perl is less common
than most other things.
Honestly, I like people not having to know/use Jinja2 unless they want
to. $foo is cleaner for a lot of simple stuff.