mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
7 lines
171 B
INI
7 lines
171 B
INI
[stickynotes2modernpaste]
|
|
{% if env == 'staging' %}
|
|
modernpaste = https://paste.stg.fedoraproject.org
|
|
{% else %}
|
|
modernpaste = https://paste.fedoraproject.org
|
|
{% endif %}
|