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