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:
Adam Williamson 2021-09-29 14:38:22 -07:00
parent 07740ba105
commit 5b5cfbf81f

View file

@ -43,7 +43,6 @@ network_connections:
ip:
address:
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
auto_gateway: yes
gateway4: "{{ eth1_ipv4_gw }}"
dns:
- "{{ dns1 }}"