mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
fix: use full path for template location
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
82d0c730ed
commit
26cba01251
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ provisioner:
|
|||
group_vars:
|
||||
all:
|
||||
snmp_exporter_web_listen_address: "127.0.0.1:9116"
|
||||
snmp_exporter_config_file: snmp.yml
|
||||
snmp_exporter_config_file: ${MOLECULE_SCENARIO_DIRECTORY}/templates/snmp.yml
|
||||
|
|
Loading…
Reference in a new issue