mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
removed daemon reloading in the service starting task
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
scope: user
|
||||
when: syncthing_service_copy.changed
|
||||
|
||||
- name: Reload Systemd User Daemon
|
||||
- name: Start the Systemd User Daemon Syncthing service
|
||||
ansible.builtin.systemd_service:
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
name: syncthing
|
||||
scope: user
|
||||
state: started
|
||||
|
||||
Reference in New Issue
Block a user