diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 7a061b5b03..f2f0587716 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -160,7 +160,6 @@ ostree = { [% endif %] }, # Fedora Silverblue - [% if request.name == 'stable' %] { [% if release.version_int >= 28 %] "version": "!VERSION_FROM_VERSION_DATE_RESPIN", @@ -201,7 +200,6 @@ ostree = { "arches": ["x86_64"], "failable": ["x86_64"] }, - [% endif %] ] } [% endif %]