add region (#1182)

pull/1197/head
Jack Ivanov 6 years ago committed by GitHub
parent 465cbeb7e0
commit 399d47233a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save