Move koji pkg install
This commit is contained in:
parent
82a00ed5aa
commit
e368591739
2 changed files with 4 additions and 6 deletions
|
@ -9,3 +9,7 @@ eth0_ip: 10.5.124.148
|
|||
vmhost: virthost-comm02.qa.fedoraproject.org
|
||||
datacenter: phx2
|
||||
is_kojidb: True
|
||||
# Install normal global packages + koji for db schema
|
||||
global_pkgs_inst: ['koji', 'bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients',
|
||||
'patch', 'postfix', 'rsync', 'strace', 'telnet',
|
||||
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh' ]
|
||||
|
|
|
@ -19,12 +19,6 @@
|
|||
- 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