From b488668d8e31405e865e7245a53826c8fbc455c9 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 15 Mar 2022 15:29:36 -0700 Subject: [PATCH] Remove open-vm-tools from servers Noticed this randomly from cron mail and unattended-upgrades. These are vmware guest utilities. We don't run inside of vmware. We do not need this installed. Change-Id: Ieb2c7601c59f56d78fa350af7e0484c1cb6b8e9b --- playbooks/roles/base/server/tasks/Debian.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/base/server/tasks/Debian.yaml b/playbooks/roles/base/server/tasks/Debian.yaml index 59daf6f653..2ab871ab98 100644 --- a/playbooks/roles/base/server/tasks/Debian.yaml +++ b/playbooks/roles/base/server/tasks/Debian.yaml @@ -45,6 +45,7 @@ - lxd - lxd-client - cloud-init + - open-vm-tools state: absent - name: Get rid of extra depends