releng: use releng-secondary group instead of hostname

This commit is contained in:
Peter Robinson 2016-04-06 12:15:24 +00:00
parent 64ed92934f
commit fdfd25a88b

View file

@ -165,7 +165,7 @@
- name: symlink /srv/pungi - name: symlink /srv/pungi
file: src=/mnt/fedora_koji/compose dest=/srv/pungi state=link 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 - name: add pkgs for nightly compose
yum: state=present pkg={{ item }} yum: state=present pkg={{ item }}