fix: cicd

This commit is contained in:
Benjamin Labrecque
2026-07-15 15:25:31 +02:00
parent 72f2a68b00
commit d3849c4e3e
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -96,5 +96,4 @@
# ansible-playbook playbooks/deploy-and-restart-modified-services.yml \
# -i hosts.yml \
# -e "changed_services_raw='$CHANGED_SVC'" \
# -e "agebd_env=$AGEBD_ENV" \
# -vvv
# -e "agebd_env=$AGEBD_ENV"
+1 -2
View File
@@ -115,5 +115,4 @@ jobs:
ansible-playbook playbooks/deploy-and-restart-modified-services.yml \
-i hosts.yml \
-e "changed_services_raw='$CHANGED_SVC'" \
-e "agebd_env=$AGEBD_ENV" \
-vvv
-e "agebd_env=$AGEBD_ENV"