Skip to content

Commit 359ca4b

Browse files
authored
pg_hba module refactoring (ansible-collections#772)
1 parent e5d7bb9 commit 359ca4b

File tree

4 files changed

+825
-291
lines changed

4 files changed

+825
-291
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
minor_changes:
2+
- "postgresql_pg_hba - changes ordering of entries that are identical except for the ip-range, but only if the ranges are of the same size, this isn't breaking as ranges of equal size can't overlap (https://github.com/ansible-collections/community.postgresql/pull/772)"
3+
- "postgresql_pg_hba - orders auth-options alphabetically, this isn't breaking as the order of those options is not relevant to postgresql (https://github.com/ansible-collections/community.postgresql/pull/772)"

0 commit comments

Comments
 (0)