Merge pull request #536 from ja9fuchs/ha-enh #26
Annotations
10 warnings
Run ansible-lint:
tasks/construct_vars_common.yml#L29
Jinja2 spacing could be improved: {{ ( sap_ha_pacemaker_cluster_extra_packages + __sap_ha_pacemaker_cluster_sap_extra_packages + __sap_ha_pacemaker_cluster_platform_extra_packages ) | unique | select() }} -> {{ (sap_ha_pacemaker_cluster_extra_packages + __sap_ha_pacemaker_cluster_sap_extra_packages + __sap_ha_pacemaker_cluster_platform_extra_packages) | unique | select() }}
|
Run ansible-lint:
tasks/construct_vars_common.yml#L42
Jinja2 spacing could be improved: {{ ( sap_ha_pacemaker_cluster_fence_agent_minimal_packages + sap_ha_pacemaker_cluster_fence_agent_packages + __sap_ha_pacemaker_cluster_fence_agent_packages ) | unique }} -> {{ (sap_ha_pacemaker_cluster_fence_agent_minimal_packages + sap_ha_pacemaker_cluster_fence_agent_packages + __sap_ha_pacemaker_cluster_fence_agent_packages) | unique }}
|
Run ansible-lint:
tasks/construct_vars_stonith.yml#L10
Jinja2 spacing could be improved: {{ sap_ha_pacemaker_cluster_cluster_properties | combine({ 'stonith-enabled': false }) }} -> {{ sap_ha_pacemaker_cluster_cluster_properties | combine({'stonith-enabled': false}) }}
|
Run ansible-lint:
tasks/construct_vars_stonith.yml#L37
Jinja2 spacing could be improved: {{ sap_ha_pacemaker_cluster_cluster_properties | combine({ 'stonith-enabled': false }) }} -> {{ sap_ha_pacemaker_cluster_cluster_properties | combine({'stonith-enabled': false}) }}
|
Run ansible-lint:
tasks/include_construct_vip_resources.yml#L2
Jinja2 spacing could be improved: {{ { sap_ha_pacemaker_cluster_vip_hana_primary_resource_name: sap_ha_pacemaker_cluster_vip_hana_primary_ip_address | regex_replace('/.*', ''), sap_ha_pacemaker_cluster_vip_hana_secondary_resource_name: sap_ha_pacemaker_cluster_vip_hana_secondary_ip_address | regex_replace('/.*', '') } }} -> {{ {sap_ha_pacemaker_cluster_vip_hana_primary_resource_name: sap_ha_pacemaker_cluster_vip_hana_primary_ip_address | regex_replace('/.*', ''), sap_ha_pacemaker_cluster_vip_hana_secondary_resource_name: sap_ha_pacemaker_cluster_vip_hana_secondary_ip_address | regex_replace('/.*', '')} }}
|
Run ansible-lint:
tasks/platform/include_vars_platform.yml#L14
Jinja2 spacing could be improved: {% for node in ansible_play_hosts_all -%}
|
Run ansible-lint:
tasks/platform/include_vars_platform.yml#L23
Jinja2 spacing could be improved: {{ sap_ha_pacemaker_cluster_ibmcloud_powervs_workspace_crn | replace("::","") | regex_replace(".*\:") }} -> {{ sap_ha_pacemaker_cluster_ibmcloud_powervs_workspace_crn | replace("::", "") | regex_replace(".*\:") }}
|
Run ansible-lint:
tasks/platform/include_vars_platform.yml#L30
Jinja2 spacing could be improved: {% for node in ansible_play_hosts_all -%}
|
Run ansible-lint:
tasks/platform/include_vars_platform.yml#L48
Jinja2 spacing could be improved: {% for node in ansible_play_hosts_all -%}
|
Run ansible-lint:
tasks/platform/include_vars_platform.yml#L59
Jinja2 spacing could be improved: {% for node in ansible_play_hosts_all -%}
|
The logs for this run have expired and are no longer available.
Loading