diff --git a/ansible/inventory/host_vars/nymph.yml b/ansible/inventory/host_vars/nymph.yml index 9fd156d..f9e3d82 100644 --- a/ansible/inventory/host_vars/nymph.yml +++ b/ansible/inventory/host_vars/nymph.yml @@ -26,31 +26,6 @@ host_packages: - tlp-rdw - upower -host_remove_packages: - - arandr - - autorandr - - feh - - i3 - - i3blocks - - i3blocks-blocklets - - i3lock-color - - i3status - - dunst - - network-manager-applet - - rofi - - scrot - - setxkbmap - - blueman - - volumeicon - - xclip - - xfce-polkit - - xfce4-clipman-plugin - - xfce4-screenshooter - - xkbutils - - xorg-fonts - - xorg-minimal - - xss-lock - host_enabled_services: - tlp diff --git a/ansible/roles/packages_void/tasks/main.yml b/ansible/roles/packages_void/tasks/main.yml index 8e921d8..12874e6 100644 --- a/ansible/roles/packages_void/tasks/main.yml +++ b/ansible/roles/packages_void/tasks/main.yml @@ -73,10 +73,4 @@ state: present update_cache: false -- name: Remove host-specific packages on Void Linux - tags: [packages] - community.general.xbps: - name: "{{ (host_remove_packages | default([])) | unique }}" - state: absent - update_cache: false - when: (host_remove_packages | default([])) | length > 0 +