diff --git a/tasks/Debian.yml b/tasks/Debian.yml index 8937677..226f4c1 100644 --- a/tasks/Debian.yml +++ b/tasks/Debian.yml @@ -2,7 +2,7 @@ - name: Install desktop environment ansible.builtin.apt: name: - - ubuntu-desktop + - ubuntu-desktop-minimal - firefox # psutil is required by ansible's dconf module - python3-psutil