mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 17:51:01 +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
|
||||
mode: 0644
|
||||
vars:
|
||||
collectors: "{{ prometheus_textfile_collector }}"
|
||||
collectors: "{{ prometheus_textfile_collectors }}"
|
||||
when: "ansible_service_mgr != 'systemd'"
|
||||
|
|
Loading…
Reference in a new issue