20 lines
416 B
YAML
20 lines
416 B
YAML
- name: Install the usual desktop utilities
|
|
ansible.builtin.apt:
|
|
name:
|
|
- audacity
|
|
- firefox
|
|
- gimp
|
|
- libreoffice
|
|
- keepassxc
|
|
- task-slovenian
|
|
- task-slovenian-desktop
|
|
- thunderbird
|
|
- transmission
|
|
- yt-dlp
|
|
update_cache: true
|
|
become: true
|
|
|
|
# TODO: figure out if you need to configure anything here
|
|
#
|
|
# TODO: install the printing system via cups
|