From adc33f38f4ef596d352cbeefcb751a426895f1c5 Mon Sep 17 00:00:00 2001 From: Mark O Brien Date: Tue, 8 Feb 2022 11:27:56 +0000 Subject: [PATCH] blockerbugs: use loop for balancer members Signed-off-by: Mark O Brien --- playbooks/include/proxies-reverseproxy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index c2c6cb4f59..45c84e5e4b 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -299,9 +299,11 @@ remotepath: /blockerbugs localpath: /blockerbugs balancer_members: + - "{{ item }}" + tags: blockerbugs + with_items: - "{{ ocp_nodes_stg }}" - "{{ ocp_nodes }}" - tags: blockerbugs - role: httpd/reverseproxy website: fedoraproject.org