mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Point the fedora-election cache to memcached01
This commit is contained in:
@@ -34,6 +34,6 @@ PREFERRED_URL_SCHEME='https'
|
||||
DOGPILE_CACHE = {
|
||||
'backend': 'dogpile.cache.memcached',
|
||||
'arguments': {
|
||||
'url': "127.0.0.1:11211",
|
||||
'url': "memcached01:11211",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user