Skip to content

fix: Fail on the s390x architecture with a not supported msg #194

fix: Fail on the s390x architecture with a not supported msg

fix: Fail on the s390x architecture with a not supported msg #194

Triggered via pull request April 12, 2024 13:53
Status Failure
Total duration 1m 35s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
yaml[empty-lines]: tests/bootloader/tasks/assert_fail_on_s390x.yml#L10
Too many blank lines (1 > 0)
ansible_lint
Process completed with exit code 2.
ansible_lint: tests/bootloader/tasks/assert_fail_on_s390x.yml#L10
10:1 [empty-lines] too many blank lines (1 > 0)
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 -%}