mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
firmitas: update configuration to handle inclusion of repo variable
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ gitforge = "pagure"
|
||||
repoloca = ""
|
||||
|
||||
# The name of the ticketing repository with namespace
|
||||
reponame = ""
|
||||
reponame = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_host, firmitas_pagure_host) }}"
|
||||
|
||||
# The username to masquerade as in order to create notification tickets
|
||||
username = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_user, firmitas_pagure_user) }}"
|
||||
|
||||
Reference in New Issue
Block a user