mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
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 <awilliam@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user