stop & restart only if service exists
All checks were successful
Deploy Containers / Prepare (push) Successful in 25s

This commit is contained in:
2025-10-16 14:19:49 -04:00
parent c713f2c8cd
commit 1d3ebb0fe0

View File

@@ -54,6 +54,7 @@
shell: | shell: |
systemctl stop fivem.service && systemctl stop fivem.service &&
rm /etc/systemd/system/fivem.service rm /etc/systemd/system/fivem.service
when: fivem_systemd.stat.exists
- name: Create FiveM systemd service - name: Create FiveM systemd service
become: yes become: yes