From 1e05d847553e00556a2ab0fef8fff38453c39fca Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 14 Jul 2026 13:40:30 +0200 Subject: [PATCH] fix: cicd change services --- .gitea/workflows/deploy-and-restart-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-and-restart-service.yml b/.gitea/workflows/deploy-and-restart-service.yml index 41d9349..41b6fa9 100644 --- a/.gitea/workflows/deploy-and-restart-service.yml +++ b/.gitea/workflows/deploy-and-restart-service.yml @@ -51,5 +51,5 @@ jobs: # 3. Fire the playbook passing variables down ansible-playbook ansible/playbooks/deploy-and-restart-modified-services.yml \ - -i ansible/hosts.yml / + -i ansible/hosts.yml \ -e "changed_services_raw='$CHANGED_SVC' agebd_env='$AGEBD_ENV'"