make sure that the branched and rawhide compose boxes get packagedb-cli installed

This commit is contained in:
Dennis Gilmore 2014-09-30 16:35:29 +00:00
parent 408d35e140
commit 85d2cc9c57

View file

@ -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