From a5e07a619d8cb93991618c0966b523f16d6c4b5c Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Fri, 16 Sep 2022 16:37:23 +0200 Subject: [PATCH] Add changelog fragment --- changelogs/fragments/migrate_rds_cluster.yml | 10 ++++++++++ .../rds_cluster/roles/rds_cluster/tasks/main.yml | 2 -- .../targets/rds_cluster_snapshot/tasks/main.yml | 1 - 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/migrate_rds_cluster.yml diff --git a/changelogs/fragments/migrate_rds_cluster.yml b/changelogs/fragments/migrate_rds_cluster.yml new file mode 100644 index 00000000000..95b3ab747a1 --- /dev/null +++ b/changelogs/fragments/migrate_rds_cluster.yml @@ -0,0 +1,10 @@ +major_changes: +- rds_cluster - The module has been migrated from the ``community.aws`` collection. + Playbooks using the Fully Qualified Collection Name for this module should be updated + to use ``amazon.aws.rds_cluster``. +- rds_cluster_info - The module has been migrated from the ``community.aws`` collection. + Playbooks using the Fully Qualified Collection Name for this module should be updated + to use ``amazon.aws.rds_cluster_info``. +- rds_cluster_snapshot - The module has been migrated from the ``community.aws`` collection. + Playbooks using the Fully Qualified Collection Name for this module should be updated + to use ``amazon.aws.rds_cluster_snapshot``. diff --git a/tests/integration/targets/rds_cluster/roles/rds_cluster/tasks/main.yml b/tests/integration/targets/rds_cluster/roles/rds_cluster/tasks/main.yml index 66e9670c1db..55f8a551e02 100644 --- a/tests/integration/targets/rds_cluster/roles/rds_cluster/tasks/main.yml +++ b/tests/integration/targets/rds_cluster/roles/rds_cluster/tasks/main.yml @@ -6,7 +6,5 @@ aws_secret_key: '{{ aws_secret_key }}' security_token: '{{ security_token | default(omit) }}' - collections: - - community.aws block: - include: ./test_{{ inventory_hostname }}.yml diff --git a/tests/integration/targets/rds_cluster_snapshot/tasks/main.yml b/tests/integration/targets/rds_cluster_snapshot/tasks/main.yml index f3bd583ed31..a60469fe8aa 100644 --- a/tests/integration/targets/rds_cluster_snapshot/tasks/main.yml +++ b/tests/integration/targets/rds_cluster_snapshot/tasks/main.yml @@ -6,7 +6,6 @@ aws_secret_key: "{{ aws_secret_key }}" security_token: "{{ security_token | default(omit) }}" collections: - - community.aws - amazon.aws block: