diff --git a/ansible/roles/common/templates/heka.json.j2 b/ansible/roles/common/templates/heka.json.j2 index 34471008d5..f5bcad2979 100644 --- a/ansible/roles/common/templates/heka.json.j2 +++ b/ansible/roles/common/templates/heka.json.j2 @@ -44,9 +44,8 @@ "dest": "/etc/heka/heka-{{ swift_service }}.toml", "owner": "heka", "perm": "0600" - } -{%- if not loop.last %},{% endif %} -{% endfor -%} + }{% if not loop.last %},{% endif %} +{% endfor %} ] }