Restore the task naming convention

This commit is contained in:
Alexander Gorelyshev
2025-12-28 15:48:31 +04:00
parent 9d205bc4f8
commit bdfab12d58
2 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
---
- name: "Copy config file"
- name: "Configure| Copy Prometheus configuration files"
notify: "(Re)start Prometheus service"
ansible.builtin.copy:
src: "{{ item }}"
@@ -10,7 +10,7 @@
with_fileglob:
- "{{ prometheus_config_source_dir }}/*.yml"
- name: "Copy alert rules"
- name: "Configure | Copy alert rules"
notify: "(Re)start Prometheus service"
when: prometheus_alertrules_source_dir is defined
ansible.builtin.copy: