Parcourir la source

Install 'fuse' instead of 'fuse-utils'

The 'fuse-utils' package doesn't exist on Ubuntu 14.04 and is marked as a
transitional package on both Debian 7 and Ubuntu 12.04 that installs the
'fuse' package.

Since Debian 7 is the officially supported distribution we can safely
switch to install 'fuse' instead of 'fuse-utils' and we also gain
compatibility with Ubuntu 14.04.
Lorenzo Villani il y a 10 ans
Parent
révision
e2e61a2f76
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      roles/common/tasks/encfs.yml

+ 1
- 1
roles/common/tasks/encfs.yml Voir le fichier

@@ -3,7 +3,7 @@
3 3
   with_items:
4 4
     - encfs
5 5
     - libfuse-dev
6
-    - fuse-utils
6
+    - fuse
7 7
 
8 8
 - name: Create encrypted directory
9 9
   file: state=directory path=/encrypted

Chargement…
Annuler
Enregistrer