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

This commit is contained in:
Benjamin Labrecque
2026-07-07 14:08:02 +02:00
parent 84691e6a9d
commit 9947acb6bc
@@ -32,7 +32,7 @@
- name: "[{{ service_dir_name }}] Restart Systemd Service using Relative Paths"
ansible.builtin.shell: |
export XDG_RUNTIME_DIR: /run/user/$(id -u)
export XDG_RUNTIME_DIR=/run/user/$(id -u)
# Tell systemd to link the service file into its registry relatively
systemctl --user link "./{{ service_unit_name }}"