Tweak Debian packages

This commit is contained in:
Anthony Rose 2025-01-17 09:35:47 +00:00
parent c25b0ddaa9
commit 57f82da57f
2 changed files with 1 additions and 5 deletions

View file

@ -28,7 +28,6 @@
- dnsutils - dnsutils
- git - git
- gnupg - gnupg
- neovim
- nftables - nftables
- nmap - nmap
- openssh-server - openssh-server

View file

@ -22,9 +22,6 @@
vars: vars:
packages: packages:
- flatpak - flatpak
- git-gui
- keepassxc
- tigervnc-viewer
- name: Check for Gnome Shell - name: Check for Gnome Shell
ansible.builtin.stat: ansible.builtin.stat:
path: /usr/bin/gnome-shell path: /usr/bin/gnome-shell
@ -37,5 +34,5 @@
force_apt_get: yes force_apt_get: yes
vars: vars:
packages: packages:
- gnome-tweaks - gnome-shell-extension-status-icons
when: gnome_shell.stat.exists when: gnome_shell.stat.exists