Skip to content

chore: Distinguish between EL 7 workarounds and proper config tasks #210

chore: Distinguish between EL 7 workarounds and proper config tasks

chore: Distinguish between EL 7 workarounds and proper config tasks #210

Triggered via pull request April 24, 2024 15:58
Status Failure
Total duration 1m 15s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 -%}