Skip to content

Commit eab4a83

Browse files
committed
bugfix for list error unique
1 parent 6323be3 commit eab4a83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roles/sap_ha_pacemaker_cluster/vars/nwas_common.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
# TODO: make sure to first respect 'ha_cluster' native variables
55

66
__sap_ha_pacemaker_cluster_sap_extra_packages:
7-
"{{ ( __sap_ha_pacemaker_cluster_sap_extra_packages_dict.nwas + __sap_ha_pacemaker_cluster_halib_package
8-
if sap_ha_pacemaker_cluster_enable_cluster_connector else __sap_ha_pacemaker_cluster_sap_extra_packages_dict.nwas ) unique }}"
7+
"{{ ( __sap_ha_pacemaker_cluster_sap_extra_packages_dict.nwas +
8+
[ __sap_ha_pacemaker_cluster_halib_package ] if sap_ha_pacemaker_cluster_enable_cluster_connector
9+
else __sap_ha_pacemaker_cluster_sap_extra_packages_dict.nwas ) | unique }}"

0 commit comments

Comments
 (0)