From e5e1cc2e5a21045a930ca0c4c52398b49286ca8f Mon Sep 17 00:00:00 2001 From: psy Date: Sat, 26 Mar 2022 16:21:30 +0100 Subject: [PATCH] fix typo --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3aae91f..ebf471e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,7 +29,7 @@ - /etc/prometheus/conf.d/rule_files - /etc/prometheus/conf.d/alerting -- name: wrtie prometheus config +- name: write prometheus config notify: restart prometheus template: src: prometheus.j2 @@ -38,7 +38,7 @@ group: root mode: 0644 -- name: wrtie prometheus (base) config +- name: write prometheus (base) config notify: regenerate prometheus config copy: owner: root