releng: secondary: minor fix
This commit is contained in:
parent
e1da14f5e6
commit
e85c9877ba
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
|||
|
||||
- name: symlink /srv/pungi
|
||||
action: file src=/mnt/fedora_koji/compose dest=/srv/pungi state=link
|
||||
when: inventory_hostname.startswith(('compose-x86-01','arm01-releng'))
|
||||
when: not inventory_hostname.startswith('compose-aarch64-01')
|
||||
|
||||
- name: add pkgs for nightly compose
|
||||
action: yum state=present pkg={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue