Create koji-gc.conf from a template

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2016-12-17 18:34:46 +01:00
parent 32a1caf8c5
commit 13359adf4a
2 changed files with 1 additions and 1 deletions

View file

@ -426,7 +426,7 @@
when: env != 'staging' and ansible_hostname.startswith('koji')
- name: install koji-gc.conf
copy: src=koji-gc.conf dest=/etc/koji-gc/koji-gc.conf
template: src=koji-gc.conf.j2 dest=/etc/koji-gc/koji-gc.conf
tags:
- koji_hub