mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
copr-builders: drop the builder spawn time optimization condition
The repo file should never change, but yet it changed today :-) Let's put the condition back when we have a new set of images.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
- name: put infra repos into yum.repos.d
|
||||
copy: src=files/dnf/infra-tags.repo dest=/etc/yum.repos.d
|
||||
when:
|
||||
- prepare_base_image is defined
|
||||
#when:
|
||||
#- prepare_base_image is defined
|
||||
|
||||
- name: put infra stg repos into yum.repos.d if staging
|
||||
copy: src=files/dnf/infra-tags-stg.repo dest=/etc/yum.repos.d
|
||||
|
||||
Reference in New Issue
Block a user