mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
add region (#1182)
This commit is contained in:
parent
465cbeb7e0
commit
399d47233a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
lightsail_region_facts:
|
||||
aws_access_key: "{{ access_key }}"
|
||||
aws_secret_key: "{{ secret_key }}"
|
||||
region: us-east-1
|
||||
register: _lightsail_regions
|
||||
|
||||
- name: Set facts about thre regions
|
||||
|
|
Loading…
Add table
Reference in a new issue