🔨 Add witdh in template
This commit is contained in:
parent
c2d33ea625
commit
30c5d39efc
6
.vscode/extensions.json
vendored
6
.vscode/extensions.json
vendored
@ -1,7 +1,3 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": ["redhat.ansible", "esbenp.prettier-vscode"]
|
||||||
"redhat.ansible",
|
|
||||||
"dhoeric.ansible-vault",
|
|
||||||
"esbenp.prettier-vscode"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user