Explorar o código

[syncthing] Fix bad syncthing group

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
112dd680bb
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      ansible/roles/syncthing/tasks/main.yml

+ 3 - 0
ansible/roles/syncthing/tasks/main.yml

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