mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-23 02:01:10 +01:00
Fix a typo in blackbox.yml
This commit is contained in:
parent
b1a72a8ecf
commit
a3038ae6a5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
- name: render /etc/default/prometheus-blackbox-exporter
|
- name: render /etc/default/prometheus-blackbox-exporter
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: etc/defaults/prometheus-blackbox-exporter.j2
|
src: etc/default/prometheus-blackbox-exporter.j2
|
||||||
dest: /etc/default/prometheus-blackbox-exporter
|
dest: /etc/default/prometheus-blackbox-exporter
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in a new issue