From 4e4e338b3e8a2d94695fa01e94ccc3c25052c84b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 26 Jun 2020 15:33:27 -0700 Subject: [PATCH] buildhw: clevis when clause: This may need to be quoted. Signed-off-by: Kevin Fenzi --- playbooks/groups/buildhw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index 25f18fb5de..2c7482d3b5 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -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') }