Initial
This commit is contained in:
18
roles/workstation/tasks/software/thunderbird.yml
Normal file
18
roles/workstation/tasks/software/thunderbird.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
- name: software | thunderbird | install package
|
||||
tags: packages,flatpak,thunderbird,workstation-packages
|
||||
become_user: bzoicas
|
||||
flatpak:
|
||||
name: org.mozilla.Thunderbird
|
||||
method: user
|
||||
state: present
|
||||
when: thunderbird is defined and thunderbird == true
|
||||
|
||||
- name: software | thunderbird | enable autostart
|
||||
tags: packages,flatpak,thunderbird,workstation-packages
|
||||
file:
|
||||
src: /home/bzoicas/.local/share/flatpak/exports/share/applications/org.mozilla.Thunderbird.desktop
|
||||
dest: /home/bzoicas/.config/autostart/org.mozilla.Thunderbird.desktop
|
||||
owner: bzoicas
|
||||
group: bzoicas
|
||||
state: link
|
||||
when: thunderbird is defined and thunderbird == true
|
||||
Reference in New Issue
Block a user