We need the koji package on the db server too to get the schema

This commit is contained in:
Kevin Fenzi 2013-09-12 23:10:15 +00:00
parent 29be86c326
commit 82a00ed5aa

View file

@ -19,6 +19,12 @@
- db - db
only_if: '$is_kojidb' only_if: '$is_kojidb'
# #
# Install koji package so we can use the schema in it.
#
- name: global default packages to install
yum: state=installed name=koji
#
# Load the initial schema and create a file to note that it's loaded now. # Load the initial schema and create a file to note that it's loaded now.
# #
- name: load initial schema - name: load initial schema