Use the more modern loop syntax consistently

This commit is contained in:
Alexander Gorelyshev
2025-12-28 20:04:58 +04:00
parent 3b3dfa2f2e
commit 2cefe656e2

View File

@@ -43,7 +43,7 @@
remote_src: true
- name: "Install | Put the binaries under the PATH"
with_items:
loop:
- prometheus
- promtool
ansible.builtin.copy: