Remove some unwanted applications on desktop role

This commit is contained in:
Salt 2020-05-02 04:18:47 -05:00
parent 770a6a1258
commit d43a91c04c

View File

@ -146,6 +146,11 @@
- xdotool
- "libgl1-mesa-dri:i386"
- "mesa-vulkan-drivers:i386"
- name: Remove desktop applications through APT
apt:
state: absent
name:
- ktorrent
- name: Install desktop applications through pip3
pip:
executable: "/usr/bin/pip3"