chore: Distinguish between EL 7 workarounds and proper config tasks #209
Annotations
2 errors and 1 warning
Run ansible-lint:
roles/bootloader/handlers/main.yml#L22
Commands should not change things if nothing needs doing.
|
Run ansible-lint
Process completed with exit code 2.
|
Run ansible-lint:
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 -%}
|
Loading