make sure kojid is running - not just chkconfig'd
This commit is contained in:
parent
486ae2dd55
commit
6c51ca7314
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@
|
|||
- name: copy over builder cert to /etc/kojid/kojibuilder.pem
|
||||
action: copy src=$private/files/koji/buildercerts/${ansible_fqdn}.pem dest=/etc/kojid/kojibuilder.pem mode=600
|
||||
|
||||
- name: chkconfig kojid on
|
||||
action: service name=kojid enabled=on
|
||||
- name: chkconfig kojid on and leave it running
|
||||
action: service name=kojid enabled=on state=started
|
||||
|
||||
- name: copy over authorized keys for root
|
||||
action: copy src=$files/kojibuilder/root_auth_keys dest=/root/.ssh/authorized_keys mode=644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue