瀏覽代碼

[syncthing] Fix bad syncthing group

Colin Powell 3 年之前
父節點
當前提交
112dd680bb
共有 1 個文件被更改,包括 3 次插入0 次删除
  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