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
|
- name: put infra stg repos into yum.repos.d if staging
|
||||||
copy: src=files/dnf/infra-tags-stg.repo dest=/etc/yum.repos.d
|
copy: src=files/dnf/infra-tags-stg.repo dest=/etc/yum.repos.d
|
||||||
when: network_name == "coprdev-net"
|
when:
|
||||||
when: not prepare_base_image
|
- network_name == "coprdev-net"
|
||||||
|
- not prepare_base_image
|
||||||
|
|
||||||
- name: disable updates-testing
|
- name: disable updates-testing
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue