Skip to content

chore(deps): update ansible-lint requirement from ~=24.2.2 to ~=24.2.3 #118

chore(deps): update ansible-lint requirement from ~=24.2.2 to ~=24.2.3

chore(deps): update ansible-lint requirement from ~=24.2.2 to ~=24.2.3 #118

Triggered via push April 30, 2024 21:59
Status Success
Total duration 1m 55s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
jinja[spacing]: tasks/main.yml#L33
Jinja2 spacing could be improved: {{ (potos_wallpaper_backgrounds.files | map(attribute="path") | map("regex_replace", "^\/usr\/share\/backgrounds\/(.*)", "\1") | list) | difference(potos_wallpaper_images[1:] | map(attribute="filename" )) | difference(\[potos_wallpaper_default_name]) }} -> {{ (potos_wallpaper_backgrounds.files | map(attribute="path") | map("regex_replace", "^\/usr\/share\/backgrounds\/(.*)", "\1") | list) | difference(potos_wallpaper_images[1:] | map(attribute="filename")) | difference(\[potos_wallpaper_default_name]) }}
jinja[spacing]: tasks/main.yml#L48
Jinja2 spacing could be improved: potos_wallpaper/{% if potos_wallpaper_images[0] is string%}{{ potos_wallpaper_images[0] }}{% else %}{{ potos_wallpaper_images[0].filename }}{% endif %} -> potos_wallpaper/{% if potos_wallpaper_images[0] is string %}{{ potos_wallpaper_images[0] }}{% else %}{{ potos_wallpaper_images[0].filename }}{% endif %}
jinja[spacing]: tasks/main.yml#L56
Jinja2 spacing could be improved: /usr/share/backgrounds/{% if item is string%}{{ item | basename }}{% else %}{{ item.filename | basename }}{% endif %} -> /usr/share/backgrounds/{% if item is string %}{{ item | basename }}{% else %}{{ item.filename | basename }}{% endif %}
jinja[spacing]: tasks/main.yml#L56
Jinja2 spacing could be improved: potos_wallpaper/{% if item is string%}{{ item }}{% else %}{{ item.filename }}{% endif %} -> potos_wallpaper/{% if item is string %}{{ item }}{% else %}{{ item.filename }}{% endif %}
jinja[spacing]: tasks/main.yml#L33
Jinja2 spacing could be improved: {{ (potos_wallpaper_backgrounds.files | map(attribute="path") | map("regex_replace", "^\/usr\/share\/backgrounds\/(.*)", "\1") | list) | difference(potos_wallpaper_images[1:] | map(attribute="filename" )) | difference(\[potos_wallpaper_default_name]) }} -> {{ (potos_wallpaper_backgrounds.files | map(attribute="path") | map("regex_replace", "^\/usr\/share\/backgrounds\/(.*)", "\1") | list) | difference(potos_wallpaper_images[1:] | map(attribute="filename")) | difference(\[potos_wallpaper_default_name]) }}
jinja[spacing]: tasks/main.yml#L48
Jinja2 spacing could be improved: potos_wallpaper/{% if potos_wallpaper_images[0] is string%}{{ potos_wallpaper_images[0] }}{% else %}{{ potos_wallpaper_images[0].filename }}{% endif %} -> potos_wallpaper/{% if potos_wallpaper_images[0] is string %}{{ potos_wallpaper_images[0] }}{% else %}{{ potos_wallpaper_images[0].filename }}{% endif %}
jinja[spacing]: tasks/main.yml#L56
Jinja2 spacing could be improved: /usr/share/backgrounds/{% if item is string%}{{ item | basename }}{% else %}{{ item.filename | basename }}{% endif %} -> /usr/share/backgrounds/{% if item is string %}{{ item | basename }}{% else %}{{ item.filename | basename }}{% endif %}
jinja[spacing]: tasks/main.yml#L56
Jinja2 spacing could be improved: potos_wallpaper/{% if item is string%}{{ item }}{% else %}{{ item.filename }}{% endif %} -> potos_wallpaper/{% if item is string %}{{ item }}{% else %}{{ item.filename }}{% endif %}