test: ensure role gathers the facts it uses by having test clear_facts before include_role #197
Annotations
1 warning
|
Run ansible-lint:
roles/bootloader/vars/main.yml#L17
Jinja2 spacing could be improved: {%- if ansible_facts['os_family'] == 'RedHat' -%} /boot/efi/EFI/{{ ansible_facts['distribution'] | lower }}/ {%- elif ansible_facts['os_family'] == 'Suse' -%} /boot/efi/EFI/BOOT/ {%- endif -%} -> {%- if ansible_facts['os_family'] == 'RedHat' -%} /boot/efi/EFI/{{ ansible_facts['distribution'] | lower }}/{%- elif ansible_facts['os_family'] == 'Suse' -%} /boot/efi/EFI/BOOT/{%- endif -%}
|
Loading