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

This commit is contained in:
Benjamin Labrecque
2026-07-07 17:49:57 +02:00
parent 19175a3c5a
commit 6de0ebbb71
@@ -8,6 +8,11 @@
workspace_dir: "/tmp/hla_framework_bd"
tasks:
# Tell Git to bypass the strict ownership check for this specific directory
- name: Whitelist temporary git directory
ansible.builtin.command:
cmd: "git config --global --add safe.directory {{ workspace_dir }}"
# TODO: can remove when running on runner
- name: Clone this repository
ansible.builtin.git:
@@ -16,7 +21,6 @@
accept_hostkey: true
version: "{{ branch_name }}"
force: true
become: yes
- name: Initialize isolated service directory name
ansible.builtin.set_fact: