Files
personal_ansible_pub/roles/workstation/tasks/software/libreoffice.yml
2023-07-10 10:41:17 +03:00

9 lines
270 B
YAML

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