Sfoglia il codice sorgente

[syncthing] Fix bad syncthing group

Colin Powell 3 anni fa
parent
commit
112dd680bb
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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