Fix per-cloud routers loop

It was referencing subnets, probably a previous copy-pasta.

Change-Id: I6db9d84fbec89243e9c0bdc3f4d347b4e3acfe45
This commit is contained in:
Ricardo Carrillo Cruz 2016-05-27 10:22:23 +00:00
parent eba28dfdf1
commit f3eb4acb90
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
enable_snat: "{{ item.enable_snat|default(omit) }}"
external_fixed_ips: "{{ item.external_fixed_ips|default(omit) }}"
interfaces: "{{ item.interfaces|default(omit) }}"
with_items: "{{ item_cloud.subnets|default([]) }}"
with_items: "{{ item_cloud.routers|default([]) }}"
tags:
- routers