소스 검색

Merge pull request #7737 from joelddiaz/fix-filter

use new filter name for AWS availability zones
OpenShift Merge Robot 7 년 전
부모
커밋
12bcb9cd61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_aws/tasks/vpc_and_subnet_id.yml

+ 1 - 1
roles/openshift_aws/tasks/vpc_and_subnet_id.yml

@@ -15,7 +15,7 @@
   ec2_vpc_subnet_facts:
     region: "{{ openshift_aws_region }}"
     filters:
-      "availability_zone": "{{ openshift_aws_subnet_az }}"
+      "availability-zone": "{{ openshift_aws_subnet_az }}"
       vpc-id: "{{ vpcout.vpcs[0].id }}"
   register: subnetout