From: Oleg Broytman Date: Tue, 2 Jun 2020 14:01:13 +0000 (+0300) Subject: Feat(init-local-phd): Install office document viewers X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=f099cded34e8be3126f82051c265d899ecd06161 Feat(init-local-phd): Install office document viewers --- diff --git a/playbooks/debian/init-local-phd.yml b/playbooks/debian/init-local-phd.yml index c106cf7..b0af56a 100644 --- a/playbooks/debian/init-local-phd.yml +++ b/playbooks/debian/init-local-phd.yml @@ -49,6 +49,10 @@ # Docs and texts 'docutils-doc', 'fbreader', 'qpdfview', 'sqlite3-doc', 'vim-doc', 'vim-gtk3', + # Office docs + 'catdoc', 'docx2txt', 'xlsx2csv', 'wv', + # LibreOffice/OpenOffice docs + 'ods2tsv', 'odt2txt', # Image handling 'imagemagick', 'imagemagick-doc', 'xli', 'xloadimage',