releng: use releng-compose group
This commit is contained in:
parent
6e43df1ae9
commit
467242053f
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
yum: state=present pkg={{ item }}
|
||||
with_items:
|
||||
- packagedb-cli
|
||||
when: inventory_hostname.startswith('branched-composer') or inventory_hostname.startswith('rawhide-composer') or inventory_hostname.startswith('composer.stg')
|
||||
when: "'releng-compose' in group_names"
|
||||
|
||||
# put cron job in for branched compose
|
||||
- name: branched compose cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue