CI #73
Annotations
2 errors and 11 warnings
no-changed-when:
tasks/main.yml#L71
Commands should not change things if nothing needs doing.
|
Lint
Process completed with exit code 2.
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
name[casing]:
handlers/main.yml#L3
All names should start with an uppercase letter.
|
role-name[path]:
molecule/default/converge.yml#L6
Avoid using paths when importing roles. (../../../)
|
name[casing]:
tasks/main.yml#L3
All names should start with an uppercase letter.
|
name[casing]:
tasks/main.yml#L10
All names should start with an uppercase letter.
|
name[casing]:
tasks/main.yml#L18
All names should start with an uppercase letter.
|
name[casing]:
tasks/main.yml#L27
All names should start with an uppercase letter.
|
name[casing]:
tasks/main.yml#L35
All names should start with an uppercase letter.
|
name[casing]:
tasks/main.yml#L47
All names should start with an uppercase letter.
|
jinja[spacing]:
tasks/main.yml#L49
Jinja2 spacing could be improved: [{% for item in _network_interfaces_configuration_result.results | default([]) -%} {{ item.dest | default(item.path) | string }}{{ '' if loop.last else ',' }} {%- endfor %}]
|
name[casing]:
tasks/main.yml#L58
All names should start with an uppercase letter.
|