From 914b38b30d49b97f2455d3092baa7014f66e372d Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 20 Feb 2020 14:25:02 -0500 Subject: [PATCH] groups/os-cluster: alphabetize users list with cluster-monitoring-view capabilities --- playbooks/groups/os-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 68aa773111..f18e0bda9c 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -231,6 +231,7 @@ command: oadm policy add-cluster-role-to-user cluster-monitoring-view {{item}} with_items: - abompard + - asaleh - bowlofeggs - cverna - dcallagh @@ -243,7 +244,6 @@ - ralph - sanja - zlopez - - asaleh changed_when: false - name: Enable wildcard routes command: oc -n default set env dc/router ROUTER_ALLOW_WILDCARD_ROUTES=true