1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

edit the usbmount.conf also

This commit is contained in:
George Hunt 2018-02-15 00:47:38 +00:00
parent 9c3ec4186a
commit a3be0ea928
3 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,12 @@
- { src: 'usbmount@.service.j2' , dest: '/etc/systemd/system/usbmount@.service' }
- { src: 'usbmount.rules.j2' , dest: '/etc/udev/rules.d/usbmount.rules' }
- name: Enable exfat and ntfs
lineinfile:
regexp: '^FILESYSTEMS.*'
line: 'FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus exfat fuseblk ntfs"'
dest: /etc/usbmount/usbmount.conf
- name: Copy umount file to usbmount when enabled
template:
src: umount.d/70-usb-library