fixed flatpak url ref and added fastfetch deb
This commit is contained in:
parent
63712141b8
commit
dc1631929c
@ -22,6 +22,7 @@
|
|||||||
- ubuntu-desktop
|
- ubuntu-desktop
|
||||||
- task-gnome-desktop
|
- task-gnome-desktop
|
||||||
- gnome-shell-extensions
|
- gnome-shell-extensions
|
||||||
|
- flatpak
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install GUI apps
|
- name: Install GUI apps
|
||||||
@ -40,11 +41,8 @@
|
|||||||
|
|
||||||
- name: Install flatpaks
|
- name: Install flatpaks
|
||||||
become: yes
|
become: yes
|
||||||
package:
|
|
||||||
name: flatpak
|
|
||||||
state: present
|
|
||||||
community.general.flatpak:
|
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
|
state: present
|
||||||
|
|
||||||
|
|
||||||
@ -69,3 +67,9 @@
|
|||||||
tags: chrome
|
tags: chrome
|
||||||
apt:
|
apt:
|
||||||
deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
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
|
- containerd.io
|
||||||
- docker-buildx-plugin
|
- docker-buildx-plugin
|
||||||
- docker-compose-plugin
|
- docker-compose-plugin
|
||||||
state: latest
|
|
||||||
update_cache: true
|
|
||||||
|
|
||||||
- name: Install Docker Module for Python
|
- name: Install Docker Module for Python
|
||||||
pip:
|
pip:
|
||||||
|
Loading…
Reference in New Issue
Block a user