diff --git a/changelogs/fragments/65633-crypto-argspec-fixup.yml b/changelogs/fragments/65633-crypto-argspec-fixup.yml deleted file mode 100644 index 7f4ae28168e..00000000000 --- a/changelogs/fragments/65633-crypto-argspec-fixup.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "openssl_certificate - ``provider`` option was documented as required, but it was not checked whether it was provided. It is now only required when ``state`` is ``present``." diff --git a/changelogs/fragments/67671-aws_acm-module_defaults.yaml b/changelogs/fragments/67671-aws_acm-module_defaults.yaml deleted file mode 100644 index 146e503ea55..00000000000 --- a/changelogs/fragments/67671-aws_acm-module_defaults.yaml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: -- 'aws_acm: Add the module to group/aws for module_defaults.' -- 'aws_acm: Update automatic retries to stabilize the integration tests.' diff --git a/changelogs/fragments/additional_spec_fix.yml b/changelogs/fragments/additional_spec_fix.yml deleted file mode 100644 index 364eb80c34f..00000000000 --- a/changelogs/fragments/additional_spec_fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- Fixes argument spec for several modules for using correct datatypes.