Release of 5.7.4 to staging

This commit is contained in:
Lenka Segura 2022-01-25 11:55:59 +01:00
parent f4630f18a1
commit a0eea29bdc
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ bodhi_openshift_pods: 1
# Set some bodhi variables here.
# Since they are used when running playbooks against the master nodes.
#
bodhi_version: "5.7.3"
bodhi_version: "5.7.4"
nagios_Check_Services:
mail: false
nrpe: false

View file

@ -12,7 +12,7 @@ items:
source:
dockerfile: |-
{% if env == "staging" %}
{{ load_file('dockerfile-base-hotfix') | indent(8) }}
{{ load_file('dockerfile-base') | indent(8) }}
{% else %}
{{ load_file('dockerfile-base') | indent(8) }}
{% endif %}