removed daemon reloading in the service starting task

This commit is contained in:
aminnairi
2025-02-05 12:13:03 +01:00
parent c0e49fa97e
commit edac0f2291
+1 -2
View File
@@ -22,10 +22,9 @@
scope: user scope: user
when: syncthing_service_copy.changed when: syncthing_service_copy.changed
- name: Reload Systemd User Daemon - name: Start the Systemd User Daemon Syncthing service
ansible.builtin.systemd_service: ansible.builtin.systemd_service:
enabled: true enabled: true
daemon_reload: true
name: syncthing name: syncthing
scope: user scope: user
state: started state: started