浏览代码

No longer need `fuse` group in Jessie.

Alex Payne 9 年前
父节点
当前提交
474c1d5f92
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0
    6
      roles/common/tasks/encfs.yml

+ 0
- 6
roles/common/tasks/encfs.yml 查看文件

@@ -10,12 +10,6 @@
10 10
 - name: Create encrypted directory
11 11
   file: state=directory path=/encrypted
12 12
 
13
-- name: Add mail user to fuse group
14
-  user: name=mail append=yes groups=fuse
15
-
16
-- name: Add main user to fuse group
17
-  user: name={{ main_user_name }} append=yes groups=fuse
18
-
19 13
 - name: Check if the /encrypted directory is empty
20 14
   shell: ls /encrypted/*
21 15
   ignore_errors: True

正在加载...
取消
保存