Use the more modern loop syntax consistently
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
remote_src: true
|
remote_src: true
|
||||||
|
|
||||||
- name: "Install | Put the binaries under the PATH"
|
- name: "Install | Put the binaries under the PATH"
|
||||||
with_items:
|
loop:
|
||||||
- prometheus
|
- prometheus
|
||||||
- promtool
|
- promtool
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user