Files
ansible-pull/roles/workstation/tasks/software/libreoffice.yml
2021-02-25 09:37:42 +01:00

9 lines
266 B
YAML

- name: software | libreoffice | install package
tags: packages,flatpak,libreoffice,workstation-packages
become_user: jay
flatpak:
name: org.libreoffice.LibreOffice
method: user
state: present
when: libreoffice is defined and libreoffice == true