fix: loop_control label

This commit is contained in:
VC
2024-07-05 11:53:15 +02:00
parent fd075234ff
commit bf241f24ff

View File

@@ -15,6 +15,7 @@
dest: "/etc/munin/plugins/{{ item.1 }}{{ item.0.0.name }}_{{ item.0.1 }}" dest: "/etc/munin/plugins/{{ item.1 }}{{ item.0.0.name }}_{{ item.0.1 }}"
mode: 0755 mode: 0755
loop: "{{ mikrotik_hosts|subelements('ifaces')|product(mikrotik_periface_scripts) }}" loop: "{{ mikrotik_hosts|subelements('ifaces')|product(mikrotik_periface_scripts) }}"
loop_control: "{{ item.1 }}" loop_control:
label: "{{ item.0.1 }}"
notify: notify:
- restart munin-node - restart munin-node