From 8039a00896219fb484b56e58a599017bd5358b7f Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Sun, 28 Dec 2025 16:39:21 +0400 Subject: [PATCH] Add a missing space --- roles/prometheus/tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/prometheus/tasks/configure.yml b/roles/prometheus/tasks/configure.yml index 042f062..a8ac6e9 100644 --- a/roles/prometheus/tasks/configure.yml +++ b/roles/prometheus/tasks/configure.yml @@ -1,5 +1,5 @@ --- -- name: "Configure| Copy Prometheus configuration files" +- name: "Configure | Copy Prometheus configuration files" notify: "(Re)start Prometheus service" with_fileglob: - "{{ prometheus_config_source_dir }}/*.yml"