Initial
This commit is contained in:
8
roles/workstation/tasks/software/libreoffice.yml
Normal file
8
roles/workstation/tasks/software/libreoffice.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user