mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-23 02:01:10 +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
|
- name: enable prometheus admin api
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.template:
|
||||||
src: etc/default/prometheus.j2
|
src: etc/default/prometheus.j2
|
||||||
dest: /etc/default/prometheus
|
dest: /etc/default/prometheus
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Reference in a new issue