mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-23 02:01:10 +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
|
- name: create textfile collector directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ node_exporter_textfile_dir }}"
|
path: "{{ prometheus_node_textfile_dir }}"
|
||||||
state: directory
|
state: directory
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ prometheus_node_group }}"
|
group: "{{ prometheus_node_group }}"
|
||||||
|
|
Loading…
Reference in a new issue