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
|
- org.kde.okular
|
||||||
- com.github.unrud.VideoDownloader
|
- com.github.unrud.VideoDownloader
|
||||||
- chat.delta.desktop
|
- chat.delta.desktop
|
||||||
- im.fluffychat.Fluffychat
|
- org.gnome.Fractal
|
||||||
state: present
|
state: present
|
||||||
remote: flathub
|
remote: flathub
|
||||||
become: true
|
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
|
- name: Setup bin directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ home_dir }}/bin"
|
path: "{{ home_dir }}/bin"
|
||||||
|
|
Loading…
Reference in a new issue