make sure that the branched and rawhide compose boxes get packagedb-cli installed
This commit is contained in:
parent
408d35e140
commit
85d2cc9c57
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@
|
|||
- name: symlink /srv/pungi
|
||||
action: file src=/mnt/fedora_koji/compose dest=/srv/pungi state=link
|
||||
|
||||
- name: add pkgs for nightly compose
|
||||
action: yum state=installed pkg={{ item }}
|
||||
with_items:
|
||||
- packagedb-cli
|
||||
when: inventory_hostname.startswith('branched-composer') or inventory_hostname.startswith('rawhide-composer')
|
||||
|
||||
# put cron job in for branched compose
|
||||
- name: branched compose cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue