Add default region to aws_region_facts

This commit is contained in:
Jack Ivanov 2018-06-28 18:39:39 +03:00
parent 09a9c4c172
commit 2e14d6c75d

View file

@ -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