From e6421dda3c30e412a70060e33a69da551f430909 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 15 Jul 2024 18:54:47 +0200 Subject: [PATCH] removed shutter --- roles/pc-office/README.md | 1 - roles/pc-office/tasks/main.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/pc-office/README.md b/roles/pc-office/README.md index 0d628863..7368ca7a 100644 --- a/roles/pc-office/README.md +++ b/roles/pc-office/README.md @@ -9,7 +9,6 @@ The `main.yml` file within the `pc-office` role comprises tasks for installing a 1. **Install Office Software**: - The role utilizes the `community.general.pacman` module to install the following software packages: - `chromium`: A free and open-source web browser. - - `shutter`: A feature-rich screenshot tool. - `thunderbird`: A free and open-source email client, news client, RSS, and chat client. - `calibre`: An e-book management software. - `retext`: A simple but powerful editor for Markdown and reStructuredText. diff --git a/roles/pc-office/tasks/main.yml b/roles/pc-office/tasks/main.yml index 4870f8e5..6aba4b7a 100644 --- a/roles/pc-office/tasks/main.yml +++ b/roles/pc-office/tasks/main.yml @@ -2,7 +2,6 @@ community.general.pacman: name: - chromium - - shutter - thunderbird - calibre - retext