diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index cd3c9dda0c..0326b7df23 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -56,7 +56,7 @@ config = { "backend": "dogpile.cache.memcached", "expiration_time": 300, "arguments": { - "url": "memcached01", + "url": "memcached01:11211", "distributed_lock": True, }, },