From 21884f3b3c90792408c243ed590bfd8f4d553736 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Sun, 14 Apr 2024 13:59:13 +0200 Subject: [PATCH] Sync from polyfloyd --- roles/common/tasks/main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/common/tasks/main.yaml b/roles/common/tasks/main.yaml index 0959a1d..79c1612 100644 --- a/roles/common/tasks/main.yaml +++ b/roles/common/tasks/main.yaml @@ -18,6 +18,12 @@ - tags: node-exporter import_tasks: node-exporter.yaml +- name: Remove Vim + apt: + name: vim + state: absent + autoremove: true + - name: Install utilities apt: name: