added fractal and removed other flatpaks
This commit is contained in:
parent
c507d63ff2
commit
7757c941c6
1 changed files with 11 additions and 1 deletions
|
@ -22,11 +22,21 @@
|
|||
- org.kde.okular
|
||||
- com.github.unrud.VideoDownloader
|
||||
- chat.delta.desktop
|
||||
- im.fluffychat.Fluffychat
|
||||
- org.gnome.Fractal
|
||||
state: present
|
||||
remote: flathub
|
||||
become: true
|
||||
|
||||
- name: Uninstall unwanted Flatpaks
|
||||
community.general.flatpak:
|
||||
name:
|
||||
- im.fluffychat.Fluffychat
|
||||
- org.kde.neochat
|
||||
- im.nheko.Nheko
|
||||
state: absent
|
||||
remote: flathub
|
||||
become: true
|
||||
|
||||
- name: Setup bin directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ home_dir }}/bin"
|
||||
|
|
Loading…
Reference in a new issue