From 57da55cf52cf2b9f94f81e3e2118c70327e40b00 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 3 Mar 2020 17:36:51 -0800 Subject: [PATCH] ...now fix it harder Signed-off-by: Adam Williamson --- inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org index 532a0c59a3..71ba1c6ee0 100644 --- a/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org @@ -22,7 +22,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # else alone. We use a variable definition here so the firewall config # (in the openqa_tap_workers group_vars) can reuse it. openqa_tap_iface: eth1 -ansible_ifcfg_whitelist: [''eth0', '{{ openqa_tap_iface }}', 'eth2'] +ansible_ifcfg_whitelist: ['eth0', '{{ openqa_tap_iface }}', 'eth2'] ansible_ifcfg_disabled: ['eth0', 'eth2'] # this is a powerful machine, can handle more openQA workers