workstation-setup/office.yaml

14 lines
296 B
YAML
Raw Permalink Normal View History

2025-03-10 22:16:03 +01:00
- name: Install some office type packages
hosts: localhost
gather_facts: yes
become: true
tasks:
- name: Install base flatpaks
community.general.flatpak:
state: latest
remote: flathub
name:
- eu.betterbird.Betterbird
2025-03-10 22:19:52 +01:00
- org.gimp.GIMP