mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
greenwave: fix template syntax a bit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -521,8 +521,8 @@ rules:
|
||||
--- !Policy
|
||||
id: "bodhiupdate_bodhipush_coreos"
|
||||
product_versions:
|
||||
- fedora-{{FedoraCycleNumber}}
|
||||
- fedora-{{FedoraCycleNumber+1}}
|
||||
- fedora-{{ FedoraCycleNumber }}
|
||||
- fedora-{{ FedoraCycleNumber|int + 1 }}
|
||||
- fedora-rawhide
|
||||
decision_contexts:
|
||||
- bodhi_update_push_testing_critical-path-coreos_critpath
|
||||
|
||||
Reference in New Issue
Block a user