Skip to content

fix: Fix the role for UEFI systems #167

fix: Fix the role for UEFI systems

fix: Fix the role for UEFI systems #167

Triggered via pull request February 26, 2024 16:58
Status Failure
Total duration 1m 16s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
no-handler: roles/bootloader/tasks/main.yml#L49
Tasks that run when changed should likely be handlers.
ansible_lint
Process completed with exit code 2.
jinja[spacing]: roles/bootloader/vars/main.yml#L16
Jinja2 spacing could be improved: {%- if ansible_os_family == 'RedHat' -%} /boot/efi/EFI/{{ ansible_distribution | lower }}/ {%- elif ansible_os_family == Suse -%} /boot/efi/EFI/BOOT/ {%- endif -%} -> {%- if ansible_os_family == 'RedHat' -%} /boot/efi/EFI/{{ ansible_distribution | lower }}/{%- elif ansible_os_family == Suse -%} /boot/efi/EFI/BOOT/{%- endif -%}