forked from infra/ansible
buildhw: install pesign_bridge on all secureboot group members
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
442852923d
commit
51081991be
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
|||
- koji_builder
|
||||
|
||||
- role: siguldry/pesign_bridge
|
||||
when: inventory_hostname.startswith(('buildhw-x86-02','buildhw-a64-02'))
|
||||
when: "'secureboot' in group_names"
|
||||
|
||||
- { role: linux-system-roles.nbde_client, when: "inventory_hostname.startswith(('buildhw'))" }
|
||||
- { role: serial-console, when: "inventory_hostname.startswith(('buildhw-x86'))" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue