From 3a0c14b6b8427212a8dec229c5c51756a7930e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Tue, 10 Sep 2024 11:11:26 +0200 Subject: [PATCH] fix comment --- tasks/pkg-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pkg-debian.yml b/tasks/pkg-debian.yml index 79b7456d..6d7e1140 100644 --- a/tasks/pkg-debian.yml +++ b/tasks/pkg-debian.yml @@ -133,6 +133,6 @@ apt: name: datadog-signing-keys state: latest # noqa package-latest - # we don't use update_cache: yes, as that was just done by the install-pinned/install-latest + # we don't use update_cache: yes, as that was just done by the "Ensure Datadog repository is up-to-date" task above register: agent_datadog_signing_keys_install when: not ansible_check_mode