Fix a couple of syntax errors from that last push

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-29 14:32:08 -07:00
parent 29633575a8
commit 07740ba105

View file

@ -42,7 +42,7 @@ network_connections:
autoconnect: yes autoconnect: yes
ip: ip:
address: address:
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"" - "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
auto_gateway: yes auto_gateway: yes
gateway4: "{{ eth1_ipv4_gw }}" gateway4: "{{ eth1_ipv4_gw }}"
dns: dns:
@ -76,4 +76,4 @@ openqa_workers: 15
tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153'] tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153']
# has an HW RNG, so let's have rngd # has an HW RNG, so let's have rngd
openqa_rngd: True openqa_rngd: true