fix loop control label
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9c1d71ddea
commit
1b8d685bb2
@ -64,7 +64,7 @@
|
||||
mode: 0640
|
||||
with_fileglob: "{{ alertmanager_template_files }}"
|
||||
loop_control:
|
||||
label: "{{ item | basename | splitext }}"
|
||||
label: "{{ item | basename }}"
|
||||
notify: __alertmanager_restart
|
||||
|
||||
- name: Copy systemd unit file
|
||||
|
Loading…
Reference in New Issue
Block a user