Browse Source

Pass region to AWS az lookup

Cesar Wong 6 years ago
parent
commit
23d1193d75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_aws/tasks/vpc.yml

+ 1 - 0
roles/openshift_aws/tasks/vpc.yml

@@ -1,6 +1,7 @@
 ---
 - name: query azs
   aws_az_facts:
+    region: "{{ openshift_aws_region }}"
   register: azs
 
 - fail: