Skip to content

Add debian test scenario #27

Add debian test scenario

Add debian test scenario #27

Triggered via pull request October 10, 2023 04:49
@teddyphreakteddyphreak
synchronize #7
debian
Status Success
Total duration 1m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
schema[meta]: meta/main.yml#L1
$.dependencies[0] 'nephelaiio.plugins' is not of type 'object'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
no-changed-when: tasks/lvm.yml#L52
Commands should not change things if nothing needs doing.
jinja[invalid]: tasks/lvm.yml#L118
An unhandled exception occurred while templating '{{ __growfs_target_devices | list_to_dict('name') }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: template error while templating string: Could not load "list_to_dict": 'list_to_dict'. String: {{ __growfs_target_devices | list_to_dict('name') }}. Could not load "list_to_dict": 'list_to_dict'
risky-file-permissions: tasks/lvm.yml#L202
File permissions unset or incorrect.
jinja[invalid]: tasks/metadata/storage.yml#L17
An unhandled exception occurred while templating '{{ (item.value.partitions | default({})) | dict_to_list('name') | list }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: template error while templating string: Could not load "dict_to_list": 'dict_to_list'. String: {{ (item.value.partitions | default({})) | dict_to_list('name') | list }}. Could not load "dict_to_list": 'dict_to_list'
no-changed-when: tasks/static.yml#L5
Commands should not change things if nothing needs doing.