Update ec2_facts
with new ap-south region
This commit is contained in:
parent
2ffb705049
commit
8772e4387b
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ class Ec2Metadata(object):
|
|||
|
||||
AWS_REGIONS = ('ap-northeast-1',
|
||||
'ap-northeast-2',
|
||||
'ap-south-1',
|
||||
'ap-southeast-1',
|
||||
'ap-southeast-2',
|
||||
'ap-south-1',
|
||||
'ca-central-1',
|
||||
'eu-central-1',
|
||||
'eu-west-1',
|
||||
|
@ -79,7 +79,7 @@ class Ec2Metadata(object):
|
|||
'us-east-2',
|
||||
'us-west-1',
|
||||
'us-west-2',
|
||||
'us-gov-west-1'
|
||||
'us-gov-west-1',
|
||||
)
|
||||
|
||||
def __init__(self, module, ec2_metadata_uri=None, ec2_sshdata_uri=None, ec2_userdata_uri=None):
|
||||
|
|
Loading…
Reference in a new issue