[koji_hub] run updatecrl when we install it, so that httpd can start
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
fdcd0bf26c
commit
50224c8235
1 changed files with 4 additions and 0 deletions
|
@ -249,6 +249,10 @@
|
|||
- cron
|
||||
- koji_hub
|
||||
|
||||
- name: Run updatecrl now that it's installed
|
||||
command: /usr/local/bin/updatecrl.sh creates=/etc/pki/tls/crl.pem
|
||||
ignore_errors: True
|
||||
|
||||
- name: koji web common config files
|
||||
copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }} owner=root group=root
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue