Skip to content

ci: add YAML header to github action workflow files #255

ci: add YAML header to github action workflow files

ci: add YAML header to github action workflow files #255

Triggered via push October 16, 2024 17:38
Status Success
Total duration 3m 44s
Artifacts

ansible-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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