Skip to content

Commit

Permalink
Update templates/configure_ag.j2
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Petrosian <[email protected]>
  • Loading branch information
zhuatuzilo and spetrosi authored Feb 21, 2025
1 parent 0fc1797 commit e10d05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/configure_ag.j2
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ BEGIN
CREATE AVAILABILITY GROUP {{ mssql_ha_ag_name }}
WITH (
DB_FAILOVER = {{ __mssql_ha_db_failover }},
CLUSTER_TYPE = {{ mssql_ha_ag_cluster_type }} {{ is_contained }} {{ is_reuse_system_db }}
CLUSTER_TYPE = {{ mssql_ha_ag_cluster_type }}{{ is_contained }}
)
FOR REPLICA ON
{# Sort ansible_play_hosts #}
Expand Down

0 comments on commit e10d05e

Please sign in to comment.