Fix yet another incorrect variable name

This commit is contained in:
Alexander Gorelyshev
2025-12-28 18:17:40 +04:00
parent 75ef35512c
commit a037ec8913

View File

@@ -13,9 +13,9 @@
- name: "Configuration | Copy templates"
notify: "(Re)start and enable Alertmanager"
when: template_source_dir is defined
when: alertmanager_template_source_dir is defined
with_fileglob:
- "{{ template_source_dir }}/*.tmpl"
- "{{ alertmanager_template_source_dir }}/*.tmpl"
ansible.builtin.copy:
src: "{{ item }}"
dest: "{{ alertmanager_config_dir }}/{{ item | basename }}"