chore: ansible ioc/service master restart
Deploy bin / deploy (push) Successful in 1s
Deploy, build and restart MASTER / deploy (push) Successful in 1s
Deploy agebd python package / deploy (push) Successful in 1s

This commit is contained in:
Benjamin Labrecque
2026-07-07 16:36:26 +02:00
parent fc4bbfcf88
commit 07f5842c61
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ jobs:
run: |
ansible-playbook ansible/playbooks/add-new-service.yml \
-i ansible/hosts.yml \
--extra-vars="repo_root=${{ github.workspace }} agebd_env=dev service_dir_name=${{ steps.parse_branch.outputs.service_name }}" \
--extra-vars="agebd_env=dev service_dir_name=${{ steps.parse_branch.outputs.service_name }}" \
-v
+1 -1
View File
@@ -8,6 +8,6 @@ Set vars on command line:
cd ansible
ansible-playbook ansible/playbooks/add-new-service.yml \
-i ansible/hosts.yml \
--extra-vars="repo_root=${{ github.workspace }} agebd_env=dev service_dir_name=<service dir name>" \
--extra-vars="agebd_env=dev service_dir_name=<service dir name>" \
-v
```