mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
Add region to ansible-test AWS cloud config. (#30733)
* Add region to ansible-test AWS cloud config. * Fix .gitignore for ansible-test cloud config.
This commit is contained in:
parent
6d3307e472
commit
ab89b1b219
3 changed files with 5 additions and 1 deletions
|
@ -68,6 +68,7 @@ class AwsCloudProvider(CloudProvider):
|
|||
ACCESS_KEY=credentials['access_key'],
|
||||
SECRET_KEY=credentials['secret_key'],
|
||||
SECURITY_TOKEN=credentials['session_token'],
|
||||
REGION='us-east-1',
|
||||
)
|
||||
|
||||
config = self._populate_config_template(config, values)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue