fix: Fix the role for UEFI systems #167
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 -%}
|