# platform = multi_platform_all
# reboot = true
# strategy = restrict
# complexity = low
# disruption = low

# remove packages

DEBIAN_FRONTEND=noninteractive apt-get remove -y "xorg-x11-server-Xorg"

DEBIAN_FRONTEND=noninteractive apt-get remove -y "xorg-x11-server-common"

DEBIAN_FRONTEND=noninteractive apt-get remove -y "xorg-x11-server-utils"

DEBIAN_FRONTEND=noninteractive apt-get remove -y "xorg-x11-server-Xwayland"