mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Support check_mode in ec2_vpc_nacl (#23112)
* Support check_mode in ec2_vpc_nacl Ensure that all API calls that make changes are guarded by `if not module.check_mode`. * Update ec2_vpc_nacl_facts to latest pep8 standards
This commit is contained in:
committed by
Sloane Hertel
parent
42d57782c0
commit
84eea2a7e3
@@ -32,7 +32,6 @@ lib/ansible/modules/cloud/amazon/ec2_vol.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_vol_facts.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_vpc_dhcp_options.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_vpc_nacl.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_vpc_nacl_facts.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_vpc_net.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_vpc_net_facts.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py
|
||||
|
||||
Reference in New Issue
Block a user