releng: use releng-secondary group instead of hostname
This commit is contained in:
parent
64ed92934f
commit
fdfd25a88b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
|||
|
||||
- name: symlink /srv/pungi
|
||||
file: src=/mnt/fedora_koji/compose dest=/srv/pungi state=link
|
||||
when: not inventory_hostname.startswith('compose-aarch64-01')
|
||||
when: not "'releng-secondary' in group_names"
|
||||
|
||||
- name: add pkgs for nightly compose
|
||||
yum: state=present pkg={{ item }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue