We need the koji package on the db server too to get the schema
This commit is contained in:
parent
29be86c326
commit
82a00ed5aa
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue