mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 17:51:01 +01:00
Fix wrong variable name in install/OpenBSD
This commit is contained in:
parent
ac03179a7a
commit
462f39eef8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
- name: create textfile collector directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ node_exporter_textfile_dir }}"
|
||||
path: "{{ prometheus_node_textfile_dir }}"
|
||||
state: directory
|
||||
owner: root
|
||||
group: "{{ prometheus_node_group }}"
|
||||
|
|
Loading…
Reference in a new issue