Skip to content

Commit a1cebf2

Browse files
committed
fixed typo
Signed-off-by: Larry Peterson <[email protected]>
1 parent 1f00479 commit a1cebf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roles/core/tasks/install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
# TODO: check if interface subnet is valid
2222
- set_fact:
2323
ran_subnet: "{{ result.stdout if (core.ran_subnet == '') else core.ran_subnet }}"
24-
access_gw: "{{ core.upf.access_subnet[:-3] }}
25-
access_ip: "{{ core.upf.default_upf.ip.access + '/24' }}
26-
core_gw: "{{ core.upf.core_subnet[:-3] }}
27-
core_ip: "{{ core.upf.default_upf.ip.core + '/24' }}
24+
access_gw: "{{ core.upf.access_subnet[:-3] }}"
25+
access_ip: "{{ core.upf.default_upf.ip.access + '/24' }}"
26+
core_gw: "{{ core.upf.core_subnet[:-3] }}"
27+
core_ip: "{{ core.upf.default_upf.ip.core + '/24' }}"
2828
when: inventory_hostname in groups['master_nodes']
2929

3030
- debug:

0 commit comments

Comments
 (0)