mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 17:51:01 +01:00
Fix role::prometheus:flush
This commit is contained in:
parent
eab460a50d
commit
97a4376e1a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- name: enable prometheus admin api
|
||||
ansible.builtin.lineinfile:
|
||||
ansible.builtin.template:
|
||||
src: etc/default/prometheus.j2
|
||||
dest: /etc/default/prometheus
|
||||
owner: root
|
||||
|
|
Loading…
Reference in a new issue