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:
parent
95ed6285d1
commit
2050d7112b
7 changed files with 7 additions and 59 deletions
|
@ -1,4 +1,8 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:35
|
||||
{% else %}
|
||||
FROM fedora:34
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="bodhi-base" \
|
||||
vendor="Fedora Infrastructure" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue