We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a556b4f commit 67c2d7aCopy full SHA for 67c2d7a
roles/os_networks/tasks/networks.yml
@@ -51,6 +51,7 @@
51
default(item.1.gateway_ip | default | ternary(omit, True)) }}
52
allocation_pool_start: "{{ item.1.allocation_pool_start | default(omit) }}"
53
allocation_pool_end: "{{ item.1.allocation_pool_end | default(omit) }}"
54
+ allocation_pools: "{{ item.1.allocation_pools | default(omit) }}"
55
host_routes: "{{ item.1.host_routes | default(omit) }}"
56
ip_version: "{{ item.1.ip_version | default(omit) }}"
57
ipv6_address_mode: "{{ item.1.ipv6_address_mode | default(omit) }}"
0 commit comments