mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Revert "bodhi: leave prod alone for now"
This reverts commit 5243c435be.
Lets try and move production over.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# Set the Bodhi variables
|
||||
bodhi_version: "{{ (env == 'production')|ternary('8.3.0', '25.5.0') }}"
|
||||
bodhi_version: "{{ (env == 'production')|ternary('25.5.0', '25.5.0') }}"
|
||||
bodhi_openshift_pods: 1
|
||||
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
||||
|
||||
Reference in New Issue
Block a user