ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 #217
Annotations
3 errors and 1 warning
roles/bootloader/tasks/main.yml#L42
Forbidden implicit octal value "0644"
|
roles/bootloader/tasks/main.yml#L118
Forbidden implicit octal value "0600"
|
|
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 -%}
|
This job failed
Loading