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

This commit is contained in:
2025-10-16 14:19:49 -04:00
parent c713f2c8cd
commit 1d3ebb0fe0
+1
View File
@@ -54,6 +54,7 @@
shell: |
systemctl stop fivem.service &&
rm /etc/systemd/system/fivem.service
when: fivem_systemd.stat.exists
- name: Create FiveM systemd service
become: yes