Enabled syncthing
This commit is contained in:
@@ -160,4 +160,10 @@
|
|||||||
name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust
|
name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
|
|
||||||
|
- name: Enable service Syncthing
|
||||||
|
ansible.builtin.service:
|
||||||
|
name: syncthing@tobi
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
Reference in New Issue
Block a user