chore: force enable systemd service
Deploy bin / deploy (push) Successful in 3s
Deploy service MASTER / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-06 15:02:51 +02:00
parent 1a64265ed8
commit 3295b9d5fd
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ jobs:
run: |
export XDG_RUNTIME_DIR=/run/user/$(id -u)
systemctl --user daemon-reload
systemctl --user enable ${SVC_CURRRENT_DIR}/systemd/AGEBD-SERVICE-MASTER.service
systemctl --user enable --force ${SVC_CURRRENT_DIR}/systemd/AGEBD-SERVICE-MASTER.service
systemctl --user restart AGEBD-SERVICE-MASTER.service
+3
View File
@@ -1,3 +1,6 @@
# TODO: Create venv and install ansible? That way not dependent on ansible
# being installed on machine.
- name: Restart Master IOC
import_playbook: plays/restart-master-ioc.yml