diff --git a/changelogs/fragments/1124-pg_hba-dictkey bugfix.yaml b/changelogs/fragments/1124-pg_hba-dictkey bugfix.yaml deleted file mode 100644 index 82fd4e256c..0000000000 --- a/changelogs/fragments/1124-pg_hba-dictkey bugfix.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - pg_hba - fix a crash when a new rule with an 'options' field replaces a rule without or vice versa (https://github.com/ansible-collections/community.general/pull/1124). diff --git a/changelogs/fragments/1124-pg_hba-dictkey_bugfix.yaml b/changelogs/fragments/1124-pg_hba-dictkey_bugfix.yaml new file mode 100644 index 0000000000..5dbda57d7a --- /dev/null +++ b/changelogs/fragments/1124-pg_hba-dictkey_bugfix.yaml @@ -0,0 +1,2 @@ +bugfixes: + - postgresql_pg_hba - fix a crash when a new rule with an 'options' field replaces a rule without or vice versa (https://github.com/ansible-collections/community.general/issues/1108).