Add ansible-lint CI #4032
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
20 errors and 8 warnings
|
name[missing]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L28
All tasks should be named.
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L31
Use FQCN for builtin module actions (hashivault_auth_method).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L39
Use FQCN for builtin module actions (hashivault_secret_engine).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L48
Use FQCN for builtin module actions (hashivault_policy).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L60
Use FQCN for builtin module actions (hashivault_approle_role).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L71
Use FQCN for builtin module actions (hashivault_approle_role_id).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L90
Use FQCN for builtin module actions (hashivault_approle_role_secret_get).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L99
Use FQCN for builtin module actions (hashivault_approle_role_secret).
|
|
name[casing]:
etc/kayobe/ansible/vault-generate-backend-tls.yml#L15
All names should start with an uppercase letter.
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-generate-backend-tls.yml#L45
Use FQCN for builtin module actions (hashivault_pki_cert_issue).
|
|
name[missing]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L28
All tasks should be named.
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L31
Use FQCN for builtin module actions (hashivault_auth_method).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L39
Use FQCN for builtin module actions (hashivault_secret_engine).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L48
Use FQCN for builtin module actions (hashivault_policy).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L60
Use FQCN for builtin module actions (hashivault_approle_role).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L71
Use FQCN for builtin module actions (hashivault_approle_role_id).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L90
Use FQCN for builtin module actions (hashivault_approle_role_secret_get).
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-deploy-barbican.yml#L99
Use FQCN for builtin module actions (hashivault_approle_role_secret).
|
|
name[casing]:
etc/kayobe/ansible/vault-generate-backend-tls.yml#L15
All names should start with an uppercase letter.
|
|
fqcn[action-core]:
etc/kayobe/ansible/vault-generate-backend-tls.yml#L45
Use FQCN for builtin module actions (hashivault_pki_cert_issue).
|
|
Ansible 2.16 lint with Python 3.12
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/
|
|
jinja[spacing]:
etc/kayobe/ansible/deploy-os-capacity-exporter.yml#L34
Jinja2 spacing could be improved: {{ credential.stdout_lines | select('match', '.*OS_PROJECT_DOMAIN_NAME*.') | first | split('=') | last | replace("'" , '') }} -> {{ credential.stdout_lines | select('match', '.*OS_PROJECT_DOMAIN_NAME*.') | first | split('=') | last | replace("'", '') }}
|
|
command-instead-of-module:
etc/kayobe/ansible/rabbitmq-reset.yml#L33
systemctl used in place of systemd module
|
|
syntax-check[missing-file]:
etc/kayobe/ansible/ubuntu-upgrade.yml#L1
Unable to retrieve file contents
|
|
Ansible 2.15 lint with Python 3.10
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/
|
|
jinja[spacing]:
etc/kayobe/ansible/deploy-os-capacity-exporter.yml#L34
Jinja2 spacing could be improved: {{ credential.stdout_lines | select('match', '.*OS_PROJECT_DOMAIN_NAME*.') | first | split('=') | last | replace("'" , '') }} -> {{ credential.stdout_lines | select('match', '.*OS_PROJECT_DOMAIN_NAME*.') | first | split('=') | last | replace("'", '') }}
|
|
command-instead-of-module:
etc/kayobe/ansible/rabbitmq-reset.yml#L33
systemctl used in place of systemd module
|
|
syntax-check[missing-file]:
etc/kayobe/ansible/ubuntu-upgrade.yml#L1
Unable to retrieve file contents
|