fix: separate daemon-reload from service start in semaphore role

This commit is contained in:
Hermes Agent service account
2026-05-26 22:49:38 -05:00
parent fa51dc2c4d
commit c30c0074f1
2 changed files with 4 additions and 10 deletions

View File

@@ -1,7 +1 @@
---
- name: reload systemd and start semaphore
ansible.builtin.systemd:
daemon_reload: true
name: "{{ semaphore_container_name }}.service"
state: started
enabled: true
---