From b6b694f31960d70f76ab3ea88aa808c436a7e25b Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 13 Dec 2019 15:12:53 +0100 Subject: [PATCH] OS cluster : add asaleh to the monitoring group Signed-off-by: Clement Verna --- playbooks/groups/os-cluster.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index ff0d688baf..ca10178dc8 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -110,7 +110,7 @@ tasks: - - name: make sure the directory for the link is there. + - name: make sure the directory for the link is there. file: path=/etc/origin/master state=directory mode=0755 - name: setup link to known ca list for id.fedoraproject.org @@ -244,6 +244,7 @@ - ralph - sanja - zlopez + - asaleh changed_when: false - name: Enable wildcard routes command: oc -n default set env dc/router ROUTER_ALLOW_WILDCARD_ROUTES=true