mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
e61be9ea78
* Remove DryRun parameter in ec2_vpc_igw_facts check_mode Using DryRun in check mode causes errors, and is not required (as nothing changes when calling describe_internet_gateways) Prevents the following error: ``` {"changed": false, "failed": true, "msg": "An error occurred (DryRunOperation) when calling the DescribeInternetGateways operation: Request would have succeeded, but DryRun flag is set."} ``` * ec2_vpc_igw_facts pep8 tidy up |
||
---|---|---|
.. | ||
ansible-doc | ||
code-smell | ||
pep8 | ||
shellcheck | ||
validate-modules |