buildhw: clevis when clause: This may need to be quoted.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
386f833f05
commit
4e4e338b3e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
- koji_builder
|
||||
- { role: bkernel, when: inventory_hostname.startswith('bkernel') }
|
||||
- { role: clevis, when: inventory_hostname.startswith(('bkernel', 'buildhw-x86')) }
|
||||
- { 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') }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue