Explorar el Código

[syncthing] Fix bad syncthing group

Colin Powell hace 3 años
padre
commit
112dd680bb
Se han modificado 1 ficheros con 3 adiciones y 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