fix: cicd ansible
Deploy bin / deploy (push) Successful in 5s
Deploy, build and restart MASTER / deploy (push) Successful in 1s
Deploy agebd python package / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-07 17:16:24 +02:00
parent f57b4e4ec7
commit b82956dc71
+2 -2
View File
@@ -4,13 +4,13 @@
- name: Install Master IOC
vars:
ioc_service_name: 000-master
branch_name: "feature/add-service-{{ service_dir_name }}"
branch_name: "feature/add-service-{{ new_service_dir_name }}"
import_playbook: ../plays/ioc/ioc-install.yml
- name: Restart Master IOC
vars:
ioc_service_name: 000-master
branch_name: "feature/add-service-{{ service_dir_name }}"
branch_name: "feature/add-service-{{ new_service_dir_name }}"
import_playbook: ../plays/ioc/ioc-restart.yml
- name: Deploy and Restart Master Service