Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/907 For (2), the problem is that the HDFS configuration in Ambari has embedded 'mustache handlebars' (see `{{major_stack_version}}`) that when returned from an API call confuses Ansible. We need some way to strip that out or ignore it. 
---