Hi guys,
Some of my tasks have variables in they’re name however not all of them render the name properly. For example:
-
name: ElasticSearch | downloading elasticsearch-{{ elasticsearch.version }}.deb file from elasticsearch.org
-
name: Graylog2-server | downloading graylog2-{{ graylog2.server.version }} sources from github
The first task has it’s name displayed properly but the second never resolves the variable part, always display it “as is” (i.e. {{ graylog2.server.version }} ). How could that be?
Thanks for any hints.