mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Move cache file to ensure proper access by mote-updater
This commit is contained in:
@@ -48,7 +48,7 @@ memcached_ip = "memcached01:11211"
|
||||
use_memcached = False # Use a memcached store for greater performance
|
||||
|
||||
# JSON cache store location
|
||||
json_cache_location = "/var/tmp/mote/cache.json"
|
||||
json_cache_location = "/var/cache/httpd/mote/cache.json"
|
||||
|
||||
# Use group/name mappings fetched from GitHub
|
||||
use_mappings_github = True
|
||||
|
||||
Reference in New Issue
Block a user