copr-builder: write the when test condition as a list actually
This commit is contained in:
parent
1faf31fa4a
commit
21a1d4da5d
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@
|
|||
|
||||
- name: put infra stg repos into yum.repos.d if staging
|
||||
copy: src=files/dnf/infra-tags-stg.repo dest=/etc/yum.repos.d
|
||||
when: network_name == "coprdev-net"
|
||||
when: not prepare_base_image
|
||||
when:
|
||||
- network_name == "coprdev-net"
|
||||
- not prepare_base_image
|
||||
|
||||
- name: disable updates-testing
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue