From 622e2c1b4e2dbfdfdb74c01c5269a7dca535f6ac Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 26 Nov 2022 18:16:41 +0100 Subject: [PATCH] install GIMP and libreoffice --- README.md | 3 --- roles/system/tasks/main.yml | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38d074b..039c1c4 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ - nextcloud - latest neovim - i3 config -- libreoffice -- GIMP - Telegram - Signal -- asdf - Oh my zsh? diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index 9d3e613..a7bd6f7 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -17,6 +17,10 @@ - ripgrep - curl - unzip + - libreoffice-calc + - libreoffice-impress + - libreoffice-writer + - gimp # Erlang stuff: https://github.com/asdf-vm/asdf-erlang#before-asdf-install - build-essential - autoconf