fix: add new service ansible/cicd
Deploy bin / deploy (push) Successful in 2s
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 14:04:40 +02:00
parent b904943ea4
commit 2ac3ccb159
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
- name: Install an IOC and restart it
# TODO: dev/prod
hosts: sls-lc
hosts: sls-vserv-bd-hla01-dev
connection: local
gather_facts: false
@@ -41,4 +41,4 @@
args:
chdir: "{{ svc_current_dir }}/systemd"
environment:
XDG_RUNTIME_DIR: "/run/user/{{ ansible_effective_user_id }}"
XDG_RUNTIME_DIR: "/run/user/{{ ansible_user_id }}"