|
@@ -5,6 +5,9 @@
|
|
- name: Syncthing enabled
|
|
- name: Syncthing enabled
|
|
shell: sysrc syncthing_enable="YES"
|
|
shell: sysrc syncthing_enable="YES"
|
|
|
|
|
|
|
|
+- name: Syncthing group set to wheel
|
|
|
|
+ shell: sysrc syncthing_group="wheel"
|
|
|
|
+
|
|
- name: Ensure syncthing is running
|
|
- name: Ensure syncthing is running
|
|
service: name=syncthing state=started
|
|
service: name=syncthing state=started
|
|
|
|
|