copr-builder: write the when test condition as a list actually

This commit is contained in:
clime 2018-04-25 06:57:00 +02:00
parent 1faf31fa4a
commit 21a1d4da5d

View file

@ -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: