mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
* Allow cloudformation_facts to exit gracefully if stack does not exist make cloudformation_facts pep8 remove from legacy files remove unnecessary if statement Allow cloudformation_facts to exit gracefully if stack does not exist version 2 fix documentation errors add an example for a hard-fail if a stack doesn't exist * Remove extra whitespace * Use the .response attribute since .message isn't present with Python 3 * Don't fail if no stack name is provided and no stacks exist.
This commit is contained in:
committed by
Ryan Brown
parent
6a6ea663ea
commit
c714da7fac
@@ -12,7 +12,6 @@ lib/ansible/modules/cloud/openstack/_os_server_actions.py
|
||||
lib/ansible/modules/cloud/ovirt/_ovirt_affinity_groups.py
|
||||
lib/ansible/modules/cloud/amazon/aws_kms.py
|
||||
lib/ansible/modules/cloud/amazon/cloudformation.py
|
||||
lib/ansible/modules/cloud/amazon/cloudformation_facts.py
|
||||
lib/ansible/modules/cloud/amazon/cloudfront_facts.py
|
||||
lib/ansible/modules/cloud/amazon/dynamodb_table.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_ami_copy.py
|
||||
|
||||
Reference in New Issue
Block a user