mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
removed daemon reloading in the service starting task
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user