mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
releng: use releng-secondary group instead of hostname
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user