mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
* Port ec2_vpc_net to boto3 and add support to expand existing VPCs * Add s-hertel as an author for ec2_vpc_net * Update ec2_vpc_net test for new error triggered by lack of credentials Fix backwards compatibility Document new return value * Fix pep8 and return documentation
This commit is contained in:
committed by
Will Thames
parent
465ace4c14
commit
cae14e16ac
@@ -29,7 +29,7 @@
|
||||
assert:
|
||||
that:
|
||||
- 'result is failed'
|
||||
- 'result.msg.startswith("No handler was ready to authenticate")'
|
||||
- '"Unable to locate credentials" in result.msg'
|
||||
|
||||
# ============================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user