Add essential tools

This commit is contained in:
Oliver Traber 2023-11-26 22:04:12 +01:00
parent b81c96930e
commit 3df6af6d45
Signed by: Bluemedia
GPG key ID: C0674B105057136C
6 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1,18 @@
- name: Add debian unstable repo
become: yes
apt_repository:
repo: deb http://deb.debian.org/debian unstable main non-free-firmware non-free contrib
state: present
update_cache: true
filename: debian-unstable
- name: Install essential tools
become: yes
apt:
state: latest
install_recommends: false
name:
- thunar
- firefox
- keepassxc
- nextcloud-desktop