diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index a670627a21..2c00fa2679 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -245,3 +245,6 @@ - sanja - zlopez changed_when: false + - name: Enable wildcard routes + command: oc -n default set env dc/router ROUTER_ALLOW_WILDCARD_ROUTES=true + changed_when: false