From fb0e96281c21b44184d6f407486b7914a4df570f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 9 Feb 2021 17:18:24 -0800 Subject: [PATCH] virthost: serial console: exclude buildvmhost-s390x properly Signed-off-by: Kevin Fenzi --- playbooks/groups/virthost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 63c2d8b69a..11f4acd1f0 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -31,7 +31,7 @@ - { role: openvpn/client, when: vpn|bool } - virthost - { role: clevis, when: datacenter == 'iad2'} - - { role: serial-console, when: datacenter == 'iad2' and not inventory_hostname.startswith('buildvmhost-0') } + - { role: serial-console, when: datacenter == 'iad2' and not inventory_hostname.startswith('buildvmhost-s390x') } tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml"