浏览代码

Merge pull request #9927 from mwoodson/vpc

openshifT_aws: removed subnet naming
OpenShift Merge Robot 6 年之前
父节点
当前提交
d70e296990
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      roles/openshift_aws/tasks/vpc.yml

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

@@ -40,8 +40,6 @@
     vpc_id: "{{ vpc.vpc.id }}"
     vpc_id: "{{ vpc.vpc.id }}"
     cidr: "{{ item.cidr }}"
     cidr: "{{ item.cidr }}"
     az: "{{ item.az }}"
     az: "{{ item.az }}"
-    resource_tags:
-      Name: "{{ item.az }}"
   with_items: "{{ openshift_aws_vpc.subnets[openshift_aws_region] }}"
   with_items: "{{ openshift_aws_vpc.subnets[openshift_aws_region] }}"
 
 
 - name: Grab the route tables from our VPC
 - name: Grab the route tables from our VPC