Skip to content

Commit 8f56418

Browse files
committed
fixed typo
Signed-off-by: Larry Peterson <[email protected]>
1 parent 2d6f268 commit 8f56418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/upf/tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
access_gw: "{{ core.upf.access_subnet[:-3] }}"
2727
core_gw: "{{ core.upf.core_subnet[:-3] }}"
2828
upf_access_ip: "{{ item.value.ip.access + '/24' }}"
29-
upf_core_ip: "{{ item.vaule.ip.core + '/24' }}"
29+
upf_core_ip: "{{ item.value.ip.core + '/24' }}"
3030
upf_ue_ip_pool: "{{ item.value.ue_ip_pool }}"
3131
with_dict: "{{ core.upf.additional_upfs}}"
3232
when: inventory_hostname in groups['master_nodes']

0 commit comments

Comments
 (0)