Skip to content

Commit

Permalink
bugfix for list error unique
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmamula committed Mar 1, 2024
1 parent 6323be3 commit eab4a83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/sap_ha_pacemaker_cluster/vars/nwas_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
# TODO: make sure to first respect 'ha_cluster' native variables

__sap_ha_pacemaker_cluster_sap_extra_packages:
"{{ ( __sap_ha_pacemaker_cluster_sap_extra_packages_dict.nwas + __sap_ha_pacemaker_cluster_halib_package
if sap_ha_pacemaker_cluster_enable_cluster_connector else __sap_ha_pacemaker_cluster_sap_extra_packages_dict.nwas ) unique }}"
"{{ ( __sap_ha_pacemaker_cluster_sap_extra_packages_dict.nwas +
[ __sap_ha_pacemaker_cluster_halib_package ] if sap_ha_pacemaker_cluster_enable_cluster_connector
else __sap_ha_pacemaker_cluster_sap_extra_packages_dict.nwas ) | unique }}"

0 comments on commit eab4a83

Please sign in to comment.