mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Fix syntax error in last commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
1081f7243e
commit
9727f27efd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user