mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
9 lines
239 B
INI
9 lines
239 B
INI
[autocloud_pagure]
|
|
{% if env == 'staging' %}
|
|
repo_name = atomic-images-test
|
|
access_token = {{bugyou_stg_pagure_atomic_images_api_key}}
|
|
{% else %}
|
|
repo_name = atomic-images
|
|
access_token = {{bugyou_pagure_atomic_images_api_key}}
|
|
{% endif %}
|