fixed flatpak url ref and added fastfetch deb
This commit is contained in:
parent
63712141b8
commit
dc1631929c
@ -22,6 +22,7 @@
|
||||
- ubuntu-desktop
|
||||
- task-gnome-desktop
|
||||
- gnome-shell-extensions
|
||||
- flatpak
|
||||
state: present
|
||||
|
||||
- name: Install GUI apps
|
||||
@ -40,11 +41,8 @@
|
||||
|
||||
- name: Install flatpaks
|
||||
become: yes
|
||||
package:
|
||||
name: flatpak
|
||||
state: present
|
||||
community.general.flatpak:
|
||||
name: https://s3.amazonaws.com/alexlarsson/spotify-repo/spotify.flatpakref
|
||||
name: https://dl.flathub.org/repo/appstream/com.spotify.Client.flatpakref
|
||||
state: present
|
||||
|
||||
|
||||
@ -69,3 +67,9 @@
|
||||
tags: chrome
|
||||
apt:
|
||||
deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
|
||||
- name: Install fastfetch
|
||||
become: yes
|
||||
tags: fastfetch
|
||||
apt:
|
||||
deb: https://github.com/fastfetch-cli/fastfetch/releases/download/2.18.1/fastfetch-linux-amd64.deb
|
||||
|
@ -35,8 +35,6 @@
|
||||
- containerd.io
|
||||
- docker-buildx-plugin
|
||||
- docker-compose-plugin
|
||||
state: latest
|
||||
update_cache: true
|
||||
|
||||
- name: Install Docker Module for Python
|
||||
pip:
|
||||
|
Loading…
Reference in New Issue
Block a user