From 6d79109f08212e4fd55f89e4547ae66fc5d66e97 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 7 May 2026 12:13:47 +0200 Subject: Ignore linting issues inside chroot --- roles/bootstrap/tasks/install-proxmox.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles') diff --git a/roles/bootstrap/tasks/install-proxmox.yml b/roles/bootstrap/tasks/install-proxmox.yml index 57278b7..f523d9f 100644 --- a/roles/bootstrap/tasks/install-proxmox.yml +++ b/roles/bootstrap/tasks/install-proxmox.yml @@ -51,6 +51,7 @@ - "apt-get install -y {{ bootstrap_distro.packages | join(' ') }}" - name: "Mount EFI partition inside chroot for grub-install" + # noqa: command-instead-of-module intentional because of chroot ansible.builtin.command: cmd: "mount --bind {{ mnt_boot_path }} {{ mnt_root_path }}/boot/efi" changed_when: true @@ -79,6 +80,7 @@ tags: ["molecule-notest"] - name: "Unmount EFI partition from chroot" + # noqa: command-instead-of-module intentional because of chroot ansible.builtin.command: cmd: "umount {{ mnt_root_path }}/boot/efi" changed_when: true -- cgit v1.2.3