services/discord_bot: Some tweaks
Some checks failed
Test / build (push) Failing after 54s

This commit is contained in:
polyfloyd 2025-05-05 22:59:52 +02:00
parent a5930bb1aa
commit e65ffd5dc7
2 changed files with 10 additions and 12 deletions

View file

@ -1,4 +1,4 @@
# Managed by Ansible
# {{ ansible_managed }}
[Unit]
Description=HobbyBot
@ -13,6 +13,7 @@ DynamicUser=true
Environment="MQTT_HOST={{ mqtt_internal_host }}"
Environment="DISCORD_WEBHOOK_URL={{ lookup('passwordstore', 'services/discord', subkey='webhook_url') }}"
Environment="DISCORD_TOKEN={{ lookup('passwordstore', 'services/discord', subkey='token') }}"
Environment="BOTTLECLIP_GIT_TOKEN={{ lookup('passwordstore', 'services/discord', subkey='bottleclip_git_token') }}"
[Install]
WantedBy=multi-user.target