Skip to content

feat: support Bareos plugins for Filedaemon (FD) #11

feat: support Bareos plugins for Filedaemon (FD)

feat: support Bareos plugins for Filedaemon (FD) #11

Triggered via pull request January 26, 2024 12:03
Status Failure
Total duration 37s
Artifacts

molecule.yml

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

Annotations

3 errors and 2 warnings
name[prefix]: tasks/plugins.yml#L3
Task name should start with 'plugins | '.
yaml[comments]: tasks/plugins.yml#L5
Missing starting space in comment
name[prefix]: tasks/plugins.yml#L9
Task name should start with 'plugins | '.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jinja[spacing]: tasks/plugins.yml#L6
Jinja2 spacing could be improved: {{ bareos_fd_plugin_list | selectattr('name', 'match', item.name ) | map(attribute='package_name') }} -> {{ bareos_fd_plugin_list | selectattr('name', 'match', item.name) | map(attribute='package_name') }}