From 8f905acd42461bcccc30330c0c13619e3d5d48b5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 6 May 2026 00:58:00 +0200 Subject: Ignore test that won't run on containers --- roles/proxmox-kernel-helper/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles') diff --git a/roles/proxmox-kernel-helper/tasks/main.yml b/roles/proxmox-kernel-helper/tasks/main.yml index 8f9aab1f..9602378a 100644 --- a/roles/proxmox-kernel-helper/tasks/main.yml +++ b/roles/proxmox-kernel-helper/tasks/main.yml @@ -13,6 +13,9 @@ - name: "Initialize proxmox-boot-tool" become: true when: not proxmox_boot_tool_uuids.stat.exists + tags: + # Since there is no EFI partition on container environment, ignoring this block + - "molecule-notest" block: - name: "Get EFI partition device" ansible.builtin.command: -- cgit v1.2.3