Ver Fonte

Merge pull request #7737 from joelddiaz/fix-filter

use new filter name for AWS availability zones
OpenShift Merge Robot há 7 anos atrás
pai
commit
12bcb9cd61
1 ficheiros alterados com 1 adições e 1 exclusões
  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