copr: appropriate place for copr_builder_fedora_version default
This commit is contained in:
parent
53646d2a0f
commit
4a9c664ece
2 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,4 @@
|
|||
---
|
||||
- name: default copr_builder_fedora_version
|
||||
set_fact:
|
||||
copr_builder_fedora_version: 0
|
||||
when:
|
||||
- copr_builder_fedora_version is not defined
|
||||
tags:
|
||||
- always
|
||||
|
||||
# TODO: Drop this entirely once we are on F35+
|
||||
- name: remove the hackish package breaking s390x subscriptions
|
||||
shell:
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
---
|
||||
- name: default copr_builder_fedora_version
|
||||
set_fact:
|
||||
copr_builder_fedora_version: 0
|
||||
when:
|
||||
- copr_builder_fedora_version is not defined
|
||||
tags:
|
||||
- always
|
||||
|
||||
# Warning: this file is included also from copr-hv playbook(s), so keep the
|
||||
# source file arguments absolute (not relative to this role)
|
||||
- name: sync copr provisioning files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue