chore: Distinguish between EL 7 workarounds and proper config tasks #210
Annotations
2 errors and 1 warning
no-changed-when:
roles/bootloader/handlers/main.yml#L19
Commands should not change things if nothing needs doing.
|
ansible_lint
Process completed with exit code 2.
|
jinja[spacing]:
roles/bootloader/vars/main.yml#L17
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 -%}
|