From f4c4a42edca797d0aabf2b8357bc48593cd84b48 Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Wed, 11 Jan 2023 20:16:05 +0100
Subject: [PATCH] :wrench: Fix influxdb org

Unsure why this differs from the previous value, but this is the
organization name actually used by the running database.  Output from
the container:

    2023-01-11T19:22:41Z E! [outputs.influxdb_v2] Failed to write metric to system_metrics (will be dropped: 404 Not Found): not found: organization name "Netz39" not found
---
 group_vars/all/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml
index 0dc8c27..ec293be 100644
--- a/group_vars/all/vars.yml
+++ b/group_vars/all/vars.yml
@@ -59,4 +59,4 @@ dyndns_domain: "dyndns.n39.eu"
 dyndns_password: "{{ vault_dyndns_password }}"
 
 # Shared influxdb items
-influxdb_org: "Netz39"
+influxdb_org: "netz39"