From 0ca3c1ddda6cb7e43ddf3751f21e435c72307dd5 Mon Sep 17 00:00:00 2001 From: Greg <16140846+isclever@users.noreply.github.com> Date: Fri, 5 Mar 2021 12:22:57 -0500 Subject: [PATCH] Fix spacing for telegraf_plugins_extra example in readme.md (#143) The spacing for the telegraf_plugins_extra section (lines 273-276) in readme.md was too indented, corrected spacing to hopefully be valid YML. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e281d0b..eac024e 100644 --- a/README.md +++ b/README.md @@ -271,9 +271,9 @@ The 2nd parameter `telegraf_plugins_extra` can be used to add plugins specific t cat group_vars/mysql_database telegraf_plugins_extra: - mysql: - config: - - servers = ["root:{{ mysql_root_password }}@tcp(localhost:3306)/"] + mysql: + config: + - servers = ["root:{{ mysql_root_password }}@tcp(localhost:3306)/"] There is an option to delete extra-plugin files in /etc/telegraf/telegraf.d if they weren't generated by this playbook with `telegraf_plugins_extra_exclusive` variable.