diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index fe72501cf0..5213f5c2dc 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -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 %}