From 2cefe656e22c1773bd873d054ebd9ede8d5f45d5 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Sun, 28 Dec 2025 20:04:58 +0400 Subject: [PATCH] Use the more modern `loop` syntax consistently --- roles/prometheus/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/prometheus/tasks/install.yml b/roles/prometheus/tasks/install.yml index f0662b9..52914c5 100644 --- a/roles/prometheus/tasks/install.yml +++ b/roles/prometheus/tasks/install.yml @@ -43,7 +43,7 @@ remote_src: true - name: "Install | Put the binaries under the PATH" - with_items: + loop: - prometheus - promtool ansible.builtin.copy: