Greenwave: Replace shell by command in the play
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
fbc365bc56
commit
4eeca5fc7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue