mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ec2_vpc_route_table: fix broken import (#31459)
This commit is contained in:
parent
13631ececa
commit
870974e0be
2 changed files with 0 additions and 3 deletions
|
@ -142,8 +142,6 @@ try:
|
|||
HAS_BOTO = True
|
||||
except ImportError:
|
||||
HAS_BOTO = False
|
||||
if __name__ != '__main__':
|
||||
raise
|
||||
|
||||
|
||||
class AnsibleRouteTableException(Exception):
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
lib/ansible/modules/cloud/amazon/cloudtrail.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py
|
||||
lib/ansible/modules/cloud/amazon/ec2_win_password.py
|
||||
lib/ansible/modules/cloud/amazon/s3_sync.py
|
||||
lib/ansible/modules/cloud/azure/azure.py
|
||||
|
|
Loading…
Reference in a new issue