From cc5b96590916fc5df4fed0ace1d8eca63bbfcc4c Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 15 Mar 2019 13:55:15 +0100 Subject: [PATCH] Greenwave: Add the missing tasks to the play Signed-off-by: Clement Verna --- playbooks/openshift-apps/greenwave.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index f959025a4e..cc31184a1e 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -82,9 +82,11 @@ dcname: greenwave-web - name: Change the route haproxy default timeout - command: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s" - with_items: - - greenwave-web - - pretty-web + tasks: + - name: Set the timeout to the openshift route + command: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s" + with_items: + - greenwave-web + - pretty-web tags: - route-timeout