From 4eeca5fc7e8a97fc62e368acfe9ba087ef3b1516 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 15 Mar 2019 13:48:28 +0100 Subject: [PATCH] Greenwave: Replace shell by command in the play Signed-off-by: Clement Verna --- playbooks/openshift-apps/greenwave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index dbeceead53..f959025a4e 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -82,7 +82,7 @@ dcname: greenwave-web - name: Change the route haproxy default timeout - shell: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s" + command: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s" with_items: - greenwave-web - pretty-web