diff --git a/templates/checks.yaml.j2 b/templates/checks.yaml.j2 index 39274f28..d095222f 100644 --- a/templates/checks.yaml.j2 +++ b/templates/checks.yaml.j2 @@ -1 +1 @@ -{{ datadog_checks[item] | to_nice_yaml }} +{{ datadog_checks[item] | to_nice_yaml(indent=2) }}