mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 10:03:01 +02:00
Add default region to aws_region_facts
This commit is contained in:
parent
09a9c4c172
commit
2e14d6c75d
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
aws_region_facts:
|
||||
aws_access_key: "{{ access_key }}"
|
||||
aws_secret_key: "{{ secret_key }}"
|
||||
region: us-east-1
|
||||
register: _aws_regions
|
||||
|
||||
- name: Set facts about the regions
|
||||
|
|
Loading…
Add table
Reference in a new issue