🔨 Add witdh in template

This commit is contained in:
SebClem 2022-04-26 17:22:13 +02:00
parent c2d33ea625
commit 30c5d39efc
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,3 @@
{ {
"recommendations": [ "recommendations": ["redhat.ansible", "esbenp.prettier-vscode"]
"redhat.ansible",
"dhoeric.ansible-vault",
"esbenp.prettier-vscode"
]
} }

View File

@ -15,7 +15,7 @@ clients:
{% endif %} {% endif %}
{% if promtail_scrape_config != [] %} {% if promtail_scrape_config != [] %}
scrape_configs: scrape_configs:
{{ promtail_scrape_config | to_nice_yaml(indent=2) | indent(2, False) }} {{ promtail_scrape_config | to_nice_yaml(indent=2, width=99999) | indent(2, False) }}
{% endif %} {% endif %}
{% if promtail_target_config != [] %} {% if promtail_target_config != [] %}
target_config: target_config: