CI O1ahmad/basic-service - refs/pull/18/merge job 🚀 #65
Annotations
6 warnings
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
schema[meta]:
meta/main.yml#L1
$.galaxy_info.namespace '0x0i' does not match '^\[a-z]\[a-z0-9_-]+$'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
|
jinja[spacing]:
tasks/common/download-binary.yml#L29
Jinja2 spacing could be improved: mv /tmp/{{ binary_file_name }} {{ destination_directory }}/{{ binary_file_name_override|default(binary_file_name) }}
|
no-changed-when:
tasks/k8s/setup.yml#L2
Commands should not change things if nothing needs doing.
|
command-instead-of-module:
tasks/k8s/setup.yml#L23
curl used in place of get_url or uri module
|
var-naming[no-role-prefix]:
tasks/systemd/setup.yml#L34
Variables names from within roles should use systemd_ as a prefix. (vars: unit_config)
|