Преглед изворни кода

No longer need `fuse` group in Jessie.

Alex Payne пре 8 година
родитељ
комит
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

Loading…
Откажи
Сачувај