weitere Aenderungen

This commit is contained in:
2021-02-25 09:37:42 +01:00
parent db70a6c417
commit 17b4ed6ef6
50 changed files with 946 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
- name: software | thunderbird | install package
tags: packages,flatpak,thunderbird,workstation-packages
become_user: jay
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/jay/.local/share/flatpak/exports/share/applications/org.mozilla.Thunderbird.desktop
dest: /home/jay/.config/autostart/org.mozilla.Thunderbird.desktop
owner: jay
group: jay
state: link
when: thunderbird is defined and thunderbird == true