sap_ha_pacemaker_cluster: Allow to append manual cluster config to the generated config #266
ansible-lint-sap_ha_pacemaker_cluster.yml
on: pull_request
ansible-lint-exec
/
ansible-lint
51s
Annotations
2 warnings
ansible-lint-exec / ansible-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
jinja[spacing]:
tasks/construct_final_hacluster_vars.yml#L72
Jinja2 spacing could be improved: {{ __sap_ha_pacemaker_cluster_constraints_colocation + sap_ha_pacemaker_cluster_constraints_colocation_append | d([]) }} -> {{ __sap_ha_pacemaker_cluster_constraints_colocation + sap_ha_pacemaker_cluster_constraints_colocation_append | d([]) }}
|