diff options
| -rw-r--r-- | roles/proxmox-kernel-helper/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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: |
