if i use
shell_command:
test: echo 'test' > /config/test
it works… if i use the syntax
shell_command:
test: echo '{{ variable }}' > /config/test
it doesn’t work… strange thing, with mkdir command “{{ variable }}” works as expected
any idea?! bug?!
thanks
2 posts - 2 participants