Skip to content

docs(changelog): version 1.0.8 [citest skip] #263

docs(changelog): version 1.0.8 [citest skip]

docs(changelog): version 1.0.8 [citest skip] #263

Triggered via pull request October 30, 2024 17:47
Status Success
Total duration 1m 46s
Artifacts

ansible-lint.yml

on: pull_request
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 -%}