🚨 Remove extra spaces
Fixes the following ansible-lint warning: yaml[colons]: Too many spaces after colon host-wittgenstein.yml:149
This commit is contained in:
parent
3730c67be0
commit
fa7e94403f
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
||||||
TZ: "{{ timezone }}"
|
TZ: "{{ timezone }}"
|
||||||
MQTT_BROKER: "platon.n39.eu"
|
MQTT_BROKER: "platon.n39.eu"
|
||||||
MQTT_TOPIC_STATUS: "{{ spaceapi_topic_status }}"
|
MQTT_TOPIC_STATUS: "{{ spaceapi_topic_status }}"
|
||||||
MQTT_TOPIC_LASTCHANGE: "{{ spaceapi_topic_lastchange }}"
|
MQTT_TOPIC_LASTCHANGE: "{{ spaceapi_topic_lastchange }}"
|
||||||
tags:
|
tags:
|
||||||
- spaceapi
|
- spaceapi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue