Did a recent commit change or break vars? They don't seem to be
getting expanded for me anymore. For example:
Your indentation here looks off. Variable substitution works fine for me.
Did a recent commit change or break vars? They don’t seem to be
getting expanded for me anymore. For example:
- hosts: servers
user: root
vars:
text: hello
tasks:- name: test
action: command touch /home/tdimiduk/$text
Creates a file called $text rather than hello
Or is there some subtitles about vars I don’t understand?
I subtitle only in French and Esperanto.
FWIW, your indentation looks better in Google Groups than Sparrow.
Maybe in 0.5/devel, though templates worked fine in my testing.
Devel branch has had a lot of changes recently and needs more testing. Figure it out, patch it and win valuable bonus points ![]()
Works completely fine for me on devel.
Works fine for me on devel as well.
I don't know what was wrong before, but I can just switch to devel, there must me more shiney goodness here anyway ;).
Thanks for the help,
Tom