From 8d8999468297e5f7f5dc6d73b6f7364c7b3cee66 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 10 Oct 2020 20:04:46 +0300 Subject: [PATCH] Refactor(init-local-phd): Split FUSE filesystems --- playbooks/debian/init-local-phd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/debian/init-local-phd.yml b/playbooks/debian/init-local-phd.yml index a638d1a..4b0f24f 100644 --- a/playbooks/debian/init-local-phd.yml +++ b/playbooks/debian/init-local-phd.yml @@ -36,9 +36,9 @@ install_recommends: no name: [ # System - 'acpi', 'fuse-convmvfs', 'curlftpfs', 'hibernate', 'ntfs-3g', + 'acpi', 'hibernate', 'pinentry-gtk2', # for GnuPG - 'pptp-linux', 'sshfs', 'uswsusp', + 'pptp-linux', 'uswsusp', # Audio 'audacious', 'pavucontrol', 'pulseaudio', # Bluetooth @@ -49,6 +49,8 @@ # Docs and texts 'docutils-doc', 'evince', 'fbreader', 'sqlite3-doc', 'vim-doc', 'vim-gtk3', # 'xpdf', + # FUSE filesystems + 'fuse-convmvfs', 'curlftpfs', 'ntfs-3g', 'sshfs', # Office docs 'catdoc', 'docx2txt', 'xlsx2csv', 'wv', # LibreOffice/OpenOffice docs -- 2.39.2