21 lines
611 B
YAML
Raw Normal View History

2023-07-03 22:43:09 -07:00
- name: Install desktop packages
2023-07-03 21:12:14 -07:00
apt:
2023-07-03 16:57:11 -07:00
name:
- mpv # Video player based on MPlayer/mplayer2
- ffmpeg # Decoding, encoding and streaming software
2023-07-05 08:18:25 -07:00
- firefox
2023-07-03 16:57:11 -07:00
state: present
become: true
- name: Install desktop flatpaks
flatpak:
name:
- com.discordapp.Discord # VoIP and instant messaging social platform
- org.gimp.GIMP # Create images and edit photographs
- org.inkscape.Inkscape # Vector Graphics Editor
- com.github.tchx84.Flatseal # Manage Flatpak permissions
- org.kde.kdenlive
- com.bitwarden.desktop
state: present
become: true