mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Convert the telegraf_plugins_extra varaible to a hash so that we can merge the hashes of multiple var files
This commit is contained in:
@ -46,7 +46,7 @@ telegraf_plugins_default:
|
||||
- plugin: kernel
|
||||
|
||||
# extra configuration - /etc/telegraf/telegraf.d/*
|
||||
telegraf_plugins_extra: []
|
||||
telegraf_plugins_extra: {}
|
||||
|
||||
# RedHat specific settings for convenience
|
||||
telegraf_redhat_releasever: "$releasever"
|
||||
|
Reference in New Issue
Block a user