Skip to content

ci: Add tags to TF workflow, allow more [citest bad] formats #251

ci: Add tags to TF workflow, allow more [citest bad] formats

ci: Add tags to TF workflow, allow more [citest bad] formats #251

Triggered via push August 28, 2024 12:43
Status Success
Total duration 21m 37s
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 -%}