ansible-collections / amazon.aws

Ansible Collection for Amazon AWS
GNU General Public License v3.0
310 stars 336 forks source link

[PR #2083/9c53b6c1 backport][stable-8] backup_plan_info: bugfix to enable getting info of all backup plans #2122

Closed patchback[bot] closed 3 months ago

patchback[bot] commented 3 months ago

This is a backport of PR #2083 as merged into main (9c53b6c12e9c3e043f695b9791bfd499a770062a).

SUMMARY

Fix being unable to fetch info of all backup plans. With backup_plan_names being a required parameter, the functionality to get all plans info was not working

# Gather information about all backup plans
- name: Get info of all backup plans 
  amazon.aws.backup_plan_info:
  register: plan_info_result

gave
**********
fatal: [localhost]: FAILED! => {"changed": false, "msg": "missing required arguments: backup_plan_names"}
ISSUE TYPE
COMPONENT NAME

backup_plan_info

ADDITIONAL INFORMATION
github-actions[bot] commented 3 months ago

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and your docs changes will be incorporated when they are next published.

softwarefactory-project-zuul[bot] commented 3 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/235ce0af6e654aa0b7baf63db774c587

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 48s :heavy_check_mark: build-ansible-collection SUCCESS in 17m 20s :heavy_check_mark: ansible-test-splitter SUCCESS in 7m 35s :heavy_check_mark: integration-amazon.aws-1 SUCCESS in 8m 53s :heavy_check_mark: integration-community.aws-1 SUCCESS in 43m 33s Skipped 42 jobs

softwarefactory-project-zuul[bot] commented 3 months ago

Build succeeded (gate pipeline). https://ansible.softwarefactory-project.io/zuul/buildset/d14aa99bf2ae4800be07105c34d3a689

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 41s :heavy_check_mark: build-ansible-collection SUCCESS in 15m 46s :heavy_check_mark: ansible-test-splitter SUCCESS in 6m 59s :heavy_check_mark: integration-amazon.aws-1 SUCCESS in 7m 58s Skipped 43 jobs