Skip to content

ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 #218

ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310

ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 #218

Triggered via pull request June 3, 2024 18:29
@richmrichm
synchronize #104
tox-lsr-3.4.0
Status Success
Total duration 1m 26s
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 -%}