mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
buildhw: also run the clevis role on buildhw-x86
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
- koji_builder
|
||||
- { role: bkernel, when: inventory_hostname.startswith('bkernel') }
|
||||
- { role: clevis, when: inventory_hostname.startswith('bkernel') }
|
||||
- { role: clevis, when: inventory_hostname.startswith(('bkernel', 'buildhw-x86')) }
|
||||
- { role: serial-console, when: inventory_hostname.startswith('bkernel') }
|
||||
- hosts
|
||||
- { role: fas_client, when: not inventory_hostname.startswith('bkernel') }
|
||||
|
||||
Reference in New Issue
Block a user