Explorar el Código

ansible: install ntfs-3g

pull/1/head
10sr hace 10 años
padre
commit
e617bf22a2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      ansible/removable_media.yml

+ 2
- 1
ansible/removable_media.yml Ver fichero

@@ -2,7 +2,7 @@
# do not forget to add lxpolkit to autostart!
- hosts: all
vars:
packages: [gvfs, gvfs-afc, polkit, lxpolkit]
packages: [gvfs, gvfs-afc, polkit, lxpolkit, ntfs-3g]
sudo: yes
tasks:
- name: install packages
@@ -11,6 +11,7 @@
when: ansible_os_family == "Archlinux"
- name: add user yuk to storage group
user: append=yes groups=storage name=yuk
# is this required?
- name: put polkit rule for mount by storage group
copy: src=enable-mount.rules.polkit
dest=/etc/polkit-1/rules.d/10-enable-mount.rules

Cargando…
Cancelar
Guardar