From 82a00ed5aa26a254d54379b05997ddc45619d53a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 12 Sep 2013 23:10:15 +0000 Subject: [PATCH] We need the koji package on the db server too to get the schema --- roles/koji_db/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/koji_db/tasks/main.yml b/roles/koji_db/tasks/main.yml index 17985365fd..22d6516af0 100644 --- a/roles/koji_db/tasks/main.yml +++ b/roles/koji_db/tasks/main.yml @@ -19,6 +19,12 @@ - db 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. # - name: load initial schema