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
This commit is contained in:
Sanjay Chari 2022-05-18 10:18:45 +05:30
parent e31e989759
commit 71b1afc61a

View File

@ -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