From eb02dcfd41700264c6fe364955061017437aab64 Mon Sep 17 00:00:00 2001 From: Markus Fischbacher <453368+rockaut@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:23:01 +0200 Subject: [PATCH] Mark checks.yaml.j2 as ansible managed Just a small change to also mark each modified conf.yaml as ansible managed. --- roles/agent/templates/checks.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/agent/templates/checks.yaml.j2 b/roles/agent/templates/checks.yaml.j2 index 191382e..37dfc5c 100644 --- a/roles/agent/templates/checks.yaml.j2 +++ b/roles/agent/templates/checks.yaml.j2 @@ -1 +1,3 @@ +# {{ ansible_managed }} + {{ agent_datadog_checks[item] | to_nice_yaml(indent=2) }}