From 94fbd1d58c902fb8c0808600d33310dda03e83cb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 18 Aug 2022 14:08:15 -0400 Subject: [PATCH] openqa-workers group: drop broken, unnecessary condition This is syntactically wrong, and it's not necessary any more anyhow because we got someone to disconnect the problematic network interfaces from the hardware. Signed-off-by: Adam Williamson --- playbooks/groups/openqa-workers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/openqa-workers.yml b/playbooks/groups/openqa-workers.yml index ce43f5956b..0657e6a990 100644 --- a/playbooks/groups/openqa-workers.yml +++ b/playbooks/groups/openqa-workers.yml @@ -21,7 +21,7 @@ - { role: collectd/base, tags: ['collectd_base'] } - { role: sudo, tags: ['sudo'] } - { role: openqa/worker, tags: ['openqa_worker'] } - - { role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter == 'iad2' and not inventory_hostname.startswith 'openqa-a64' } + - { role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter == 'iad2' } - apache tasks: