toddlers: turn on fasjson in stg
This commit is contained in:
parent
4acfcae34e
commit
2edf7f7e91
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os_masters[0] #:os_masters_stg[0]
|
||||
hosts: os_masters[0] :os_masters_stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
|
@ -139,7 +139,11 @@ notify_admins = [
|
|||
"pingou@fedoraproject.org",
|
||||
]
|
||||
# Use fasjson instead of FAS
|
||||
{% if env == staging %}
|
||||
fasjson = true
|
||||
{% else %}
|
||||
fasjson = false
|
||||
{% endif %}
|
||||
|
||||
# PDC types mapping for distgit_bugzilla_sync toddler
|
||||
[consumer_config.distgit_bugzilla_sync.pdc_types]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue