Add support for Noble #84
Annotations
2 errors and 10 warnings
jinja[invalid]:
defaults/main.yml#L3
Syntax error in jinja2 template: {{ (ansible_distribution == 'Ubuntu' && ansible_distribution_version is version('22.10', '>=')) | ternary('2024.04.17', '2020.03.04') }}
|
Lint
Process completed with exit code 2.
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
role-name[path]:
molecule/default/converge.yml#L2
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#L12
All names should start with an uppercase letter.
|
name[casing]:
tasks/main.yml#L24
All names should start with an uppercase letter.
|
name[casing]:
tasks/main.yml#L36
All names should start with an uppercase letter.
|
name[play]:
tests/test.yml#L3
All plays should be named.
|
role-name[path]:
tests/test.yml#L3
Avoid using paths when importing roles. (../../)
|
name[play]:
tests/vagrant.yml#L3
All plays should be named.
|
role-name[path]:
tests/vagrant.yml#L3
Avoid using paths when importing roles. (../../)
|