From 65dc5ada06e29fc7e0da47a3880df3d4fa291abc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 Jul 2026 15:20:55 -0700 Subject: [PATCH] bvmhost-x86-05/06: we need iscsi client here 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 41719330fa..752eced0c0 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -49,7 +49,7 @@ - virthost - {role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: (nbde|bool) } - {role: serial-console, when: datacenter == 'rdu3' and ansible_architecture != 's390x' and ansible_architecture != 'ppc64le'} - - {role: iscsi_client, when: datacenter == 'rdu3' and inventory_hostname.startswith('bvmhost-p10') } + - {role: iscsi_client, when: datacenter == 'rdu3' and inventory_hostname.startswith('bvmhost-x86-05') or inventory_hostname.startswith('bvmhost-x86-06') } handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"