From 07740ba1054a0f58d43f08e7b7904f6b1d7073cc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 29 Sep 2021 14:32:08 -0700 Subject: [PATCH] Fix a couple of syntax errors from that last push Signed-off-by: Adam Williamson --- .../host_vars/openqa-a64-worker01.iad2.fedoraproject.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/openqa-a64-worker01.iad2.fedoraproject.org b/inventory/host_vars/openqa-a64-worker01.iad2.fedoraproject.org index e6677a51dd..b9008eeea2 100644 --- a/inventory/host_vars/openqa-a64-worker01.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker01.iad2.fedoraproject.org @@ -42,7 +42,7 @@ network_connections: autoconnect: yes ip: address: - - "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"" + - "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}" auto_gateway: yes gateway4: "{{ eth1_ipv4_gw }}" 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'] # has an HW RNG, so let's have rngd -openqa_rngd: True +openqa_rngd: true