feat: add task to purge LibreOffice and related packages

This commit is contained in:
2025-05-20 15:10:30 +02:00
parent bc930e6f42
commit 880be26270
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
- name: Purge LibreOffice and related packages
become: true
ansible.builtin.apt:
name:
- libreoffice*
- libreoffice-common
- libreoffice-core
- libreoffice-writer
- libreoffice-calc
- libreoffice-impress
- libreoffice-draw
- libreoffice-base
- libreoffice-math
- libreoffice-gnome
- libreoffice-gtk3
state: absent
purge: true
autoremove: true
update_cache: true

View File

@@ -31,6 +31,9 @@
- name: Include Firefox PWA tasks
ansible.builtin.import_tasks: tasks/workstations/firefoxpwa.yml
- name: Include purge LibreOffice tasks
ansible.builtin.import_tasks: tasks/workstations/purge-libreoffice.yml
- name: Ensure workstation common packages are installed
ansible.builtin.package:
name: