mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
bodhi2/pungi.rpm.conf: Update now that F39 is EOL
This condition is now always true.
This commit is contained in:
@@ -233,7 +233,6 @@ ostree = {
|
||||
"failable": ["x86_64"]
|
||||
},
|
||||
}
|
||||
[% if release.version_int >= 40 %]
|
||||
ostree_container = {
|
||||
"^Silverblue$": {
|
||||
"version": "!VERSION_FROM_VERSION_DATE_RESPIN",
|
||||
@@ -285,11 +284,10 @@ ostree_container = {
|
||||
"treefile": "fedora-onyx.yaml",
|
||||
[% endif %]
|
||||
"arches": ["x86_64"],
|
||||
"failable": ['*'],
|
||||
"failable": ['*']
|
||||
},
|
||||
}
|
||||
[% endif %]
|
||||
[% endif %]
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user