corrected report and css #858
Annotations
1 error and 11 warnings
jinja[spacing]:
roles/aws_retrieve_info/tasks/retrieve_info.yml#L28
Jinja2 spacing could be improved: {{ all_ec2_regions | default ([]) + [{ item | replace('-','_'): hostvars\[inventory_hostname]\[item | replace('-','_')]}] }} -> {{ all_ec2_regions | default([]) + [{item | replace('-', '_'): hostvars\[inventory_hostname]\[item | replace('-', '_')]}] }}
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
name[template]:
roles/aws_schedule_parking/tasks/main.yml#L2
Jinja templates should only be at the end of 'name'
|
name[template]:
roles/aws_schedule_parking/tasks/main.yml#L12
Jinja templates should only be at the end of 'name'
|
yaml[line-length]:
roles/shadowman_aap_metrics/tasks/main.yml#L5
Line too long (316 > 160 characters)
|
yaml[line-length]:
roles/shadowman_aap_metrics_api/tasks/main.yml#L4
Line too long (327 > 160 characters)
|
yaml[line-length]:
roles/shadowman_add_to_idm/tasks/main.yml#L21
Line too long (174 > 160 characters)
|
no-changed-when:
roles/shadowman_compliance_playbook_create/tasks/main.yml#L13
Commands should not change things if nothing needs doing.
|
yaml[line-length]:
roles/shadowman_compliance_playbook_create/tasks/main.yml#L14
Line too long (320 > 160 characters)
|
no-changed-when:
roles/shadowman_mesh/tasks/main.yml#L2
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/shadowman_mesh/tasks/main.yml#L7
Commands should not change things if nothing needs doing.
|
args[module]:
roles/shadowman_patching_async/tasks/main.yml#L19
missing required arguments: _async_dir
|