openqa-a64-worker01: drop auto_gateway from network config
The plays complain it's an invalid key, even though it's documented at https://github.com/linux-system-roles/network/blob/main/README.md#ip Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
07740ba105
commit
5b5cfbf81f
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ network_connections:
|
|||
ip:
|
||||
address:
|
||||
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
|
||||
auto_gateway: yes
|
||||
gateway4: "{{ eth1_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue