From: Oleg Broytman Date: Sat, 10 Oct 2020 17:04:46 +0000 (+0300) Subject: Refactor(init-local-phd): Split FUSE filesystems X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=8d8999468297e5f7f5dc6d73b6f7364c7b3cee66 Refactor(init-local-phd): Split FUSE filesystems --- 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