mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 17:51:01 +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
|
||||
ansible.builtin.template:
|
||||
src: etc/defaults/prometheus-blackbox-exporter.j2
|
||||
src: etc/default/prometheus-blackbox-exporter.j2
|
||||
dest: /etc/default/prometheus-blackbox-exporter
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in a new issue