Skip to content

Add create global cluster with rds cluster role #737

Add create global cluster with rds cluster role

Add create global cluster with rds cluster role #737

Triggered via pull request October 10, 2023 18:51
Status Failure
Total duration 1m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

linters.yml

on: pull_request
linters  /  Runs code linting tests
19s
linters / Runs code linting tests
ansible-lint
1m 16s
ansible-lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 7 warnings
name[template]: roles/create_rds_global_cluster/tasks/create.yml#L15
Jinja templates should only be at the end of 'name'
name[template]: roles/create_rds_global_cluster/tasks/create.yml#L36
Jinja templates should only be at the end of 'name'
var-naming[no-role-prefix]: roles/create_rds_global_cluster/tasks/delete.yml#L7
Variables names from within roles should use role_name_ as a prefix. (register: _result_replica_cluster_info)
var-naming[no-role-prefix]: roles/create_rds_global_cluster/tasks/delete.yml#L33
Variables names from within roles should use role_name_ as a prefix. (register: _result_primary_cluster_info)
var-naming[no-role-prefix]: roles/create_rds_global_cluster/tasks/delete.yml#L59
Variables names from within roles should use role_name_ as a prefix. (register: _result_global_cluster_delete)
fqcn[action-core]: tests/integration/targets/test_create_rds_global_cluster/tasks/main.yml#L57
Use FQCN for builtin module actions (assert).
jinja[spacing]: roles/create_rds_global_cluster/tasks/create.yml#L9
Jinja2 spacing could be improved: {{ create_rds_global_cluster_engine | default('aurora-postgresql')}} -> {{ create_rds_global_cluster_engine | default('aurora-postgresql') }}
jinja[spacing]: roles/create_rds_global_cluster/tasks/create.yml#L17
Jinja2 spacing could be improved: {{ create_rds_global_cluster_engine | default('aurora-postgresql')}} -> {{ create_rds_global_cluster_engine | default('aurora-postgresql') }}
jinja[spacing]: roles/create_rds_global_cluster/tasks/create.yml#L17
Jinja2 spacing could be improved: {{ create_rds_global_cluster_primary_cluster_vpc_security_group_ids| default(omit) }} -> {{ create_rds_global_cluster_primary_cluster_vpc_security_group_ids | default(omit) }}
jinja[spacing]: roles/create_rds_global_cluster/tasks/create.yml#L30
Jinja2 spacing could be improved: {{ create_rds_global_cluster_engine | default('aurora-postgresql')}} -> {{ create_rds_global_cluster_engine | default('aurora-postgresql') }}
jinja[spacing]: roles/create_rds_global_cluster/tasks/create.yml#L38
Jinja2 spacing could be improved: {{ create_rds_global_cluster_engine | default('aurora-postgresql')}} -> {{ create_rds_global_cluster_engine | default('aurora-postgresql') }}
jinja[spacing]: roles/create_rds_global_cluster/tasks/create.yml#L38
Jinja2 spacing could be improved: {{ create_rds_global_cluster_replica_cluster_vpc_security_group_ids| default(omit) }} -> {{ create_rds_global_cluster_replica_cluster_vpc_security_group_ids | default(omit) }}
jinja[spacing]: roles/create_rds_global_cluster/tasks/create.yml#L49
Jinja2 spacing could be improved: {{ create_rds_global_cluster_engine | default('aurora-postgresql')}} -> {{ create_rds_global_cluster_engine | default('aurora-postgresql') }}