mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add missing configuration var for mote mappings
This commit is contained in:
@@ -49,3 +49,10 @@ use_memcached = False # Use a memcached store for greater performance
|
||||
|
||||
# JSON cache store location
|
||||
json_cache_location = "/var/tmp/mote/cache.json"
|
||||
|
||||
# Use group/name mappings fetched from GitHub
|
||||
use_mappings_github = True
|
||||
|
||||
# If use_mappings_github is False, set alternate path
|
||||
name_mappings_path = "/usr/share/mote/name_mappings.json"
|
||||
category_mappings_path = "/usr/share/mote/category_mappings.json"
|
||||
|
||||
Reference in New Issue
Block a user