From 71b1afc61a79a679a7b7405d6ca66825538636f8 Mon Sep 17 00:00:00 2001 From: Sanjay Chari Date: Wed, 18 May 2022 10:18:45 +0530 Subject: [PATCH] Fix Browbeat installation for composable roles Browbeat installation fails for composable roles on controllers and computes because it expects exact pattern matching for the hosts. This patch fixes the issue. Change-Id: I8057784a32e1ef8032a017656c8f7a81c7083ece --- ansible/install/browbeat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/install/browbeat.yml b/ansible/install/browbeat.yml index 2575085af..6ec0d5fa2 100644 --- a/ansible/install/browbeat.yml +++ b/ansible/install/browbeat.yml @@ -20,7 +20,7 @@ - { role: e2e-benchmarking, when: install_e2e_benchmarking} environment: "{{proxy_env}}" -- hosts: Controller, Compute +- hosts: Controller*, Compute* remote_user: "{{ host_remote_user }}" roles: - no-sshd-dns