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'"