Skip to content

Update default distro image urls #37

Update default distro image urls

Update default distro image urls #37

Triggered via pull request February 27, 2024 22:07
Status Success
Total duration 1m 38s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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#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.