Simplify the Bodhi playbooks

It should not actually change anything on the hosts.

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-05-23 14:58:07 +02:00
parent 95ed6285d1
commit 2050d7112b
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
7 changed files with 7 additions and 59 deletions

View file

@ -1,4 +1,8 @@
{% if env == "staging" %}
FROM fedora:35
{% else %}
FROM fedora:34
{% endif %}
LABEL \
name="bodhi-base" \
vendor="Fedora Infrastructure" \