bkernel02: fix variable name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ea7d2ecc3a
commit
3e3445cb19
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ network_connections:
|
||||||
- autoconnect: yes
|
- autoconnect: yes
|
||||||
ip:
|
ip:
|
||||||
address:
|
address:
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
|
||||||
dhcp4: no
|
dhcp4: no
|
||||||
dns:
|
dns:
|
||||||
- "{{ dns1 }}"
|
- "{{ dns1 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue