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 | mattermost | install package
tags: packages,flatpak,mattermost,workstation-packages
become_user: jay
flatpak:
name: com.mattermost.Desktop
method: user
state: present
when: mattermost is defined and mattermost == true
- name: software | mattermost | enable autostart
tags: packages,flatpak,mattermost,workstation-packages
file:
src: /home/jay/.local/share/flatpak/exports/share/applications/com.mattermost.Desktop.desktop
dest: /home/jay/.config/autostart/com.mattermost.Desktop.desktop
owner: jay
group: jay
state: link
when: mattermost is defined and mattermost == true