mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Disable ostree on bodhi staging
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -109,6 +109,7 @@ createiso_skip = [
|
||||
}),
|
||||
]
|
||||
|
||||
{% if env != "staging" %}
|
||||
[% if release.id_prefix == 'FEDORA' and release.version_int >= 26 %]
|
||||
ostree = {
|
||||
"^Everything$": [
|
||||
@@ -165,6 +166,7 @@ ostree = {
|
||||
]
|
||||
}
|
||||
[% endif %]
|
||||
{% endif %}
|
||||
|
||||
translate_paths = [
|
||||
('/mnt/koji/compose/', 'https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/'),
|
||||
|
||||
Reference in New Issue
Block a user