1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 03:46:59 +02:00

Fix wrong variable name in install/OpenBSD

This commit is contained in:
s3lph 2021-11-03 11:10:51 +01:00
parent ac03179a7a
commit 462f39eef8

View file

@ -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 }}"