Role service-prometheus: fix trailing spaces
This commit is contained in:
parent
886cdb2417
commit
dda20fcdae
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
with_items:
|
||||
- "{{ alertmanager_db_path }}"
|
||||
|
||||
- name: copy alertmanager systemd config
|
||||
- name: copy alertmanager systemd config
|
||||
template:
|
||||
src: "alertmanager.service.j2"
|
||||
dest: "/lib/systemd/system/alertmanager.service"
|
||||
|
@ -55,7 +55,7 @@
|
|||
- reload alertmanager
|
||||
|
||||
- name: enable alertmanager service
|
||||
service:
|
||||
service:
|
||||
name: alertmanager
|
||||
enabled: yes
|
||||
state: started
|
||||
|
|
Loading…
Reference in a new issue