This commit is contained in:
bzoicas
2023-07-10 10:41:17 +03:00
commit dbb46eb92a
360 changed files with 13521 additions and 0 deletions

View 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