mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-23 02:01:10 +01:00
Fix variable name in collectors crontab
This commit is contained in:
parent
438eea372c
commit
c243e7d35e
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
vars:
|
vars:
|
||||||
collectors: "{{ prometheus_textfile_collector }}"
|
collectors: "{{ prometheus_textfile_collectors }}"
|
||||||
when: "ansible_service_mgr != 'systemd'"
|
when: "ansible_service_mgr != 'systemd'"
|
||||||
|
|
Loading…
Reference in a new issue