From 17c55c7c5cdca018f4947714e1034907a86b7f49 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Fri, 20 Mar 2026 01:13:20 +0100 Subject: [PATCH] fix(cleanup): remove ansible_become override that blocks swapoff/umount --- main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.yml b/main.yml index f9a31f9..c133d61 100644 --- a/main.yml +++ b/main.yml @@ -160,8 +160,6 @@ ansible.builtin.include_role: name: cleanup public: true - vars: - ansible_become: false rescue: - name: Delete VM on bootstrap failure