UbuntuDesktopConfigure/roles/gui_apps/tasks/main.yml

20 lines
432 B
YAML
Raw Normal View History

2024-07-15 19:49:33 +02:00
- name: Install GUI apps
become: yes
package:
name:
- terminator
- gimp
- snapd
- openconnect
- network-manager-openconnect
- network-manager-openconnect-gnome
- calibre
- transmission-gtk
state: present
- name: Install fastfetch
become: yes
tags: fastfetch
apt:
deb: https://github.com/fastfetch-cli/fastfetch/releases/download/2.18.1/fastfetch-linux-amd64.deb