From fa7e94403f7351e855ab9e255ea1f69733ea2163 Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Wed, 19 Feb 2025 21:52:39 +0100 Subject: [PATCH] :rotating_light: Remove extra spaces Fixes the following ansible-lint warning: yaml[colons]: Too many spaces after colon host-wittgenstein.yml:149 --- host-wittgenstein.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host-wittgenstein.yml b/host-wittgenstein.yml index 955b425..07539a1 100644 --- a/host-wittgenstein.yml +++ b/host-wittgenstein.yml @@ -146,7 +146,7 @@ TZ: "{{ timezone }}" MQTT_BROKER: "platon.n39.eu" MQTT_TOPIC_STATUS: "{{ spaceapi_topic_status }}" - MQTT_TOPIC_LASTCHANGE: "{{ spaceapi_topic_lastchange }}" + MQTT_TOPIC_LASTCHANGE: "{{ spaceapi_topic_lastchange }}" tags: - spaceapi