Create koji-gc.conf from a template
Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
parent
32a1caf8c5
commit
13359adf4a
2 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@
|
||||||
when: env != 'staging' and ansible_hostname.startswith('koji')
|
when: env != 'staging' and ansible_hostname.startswith('koji')
|
||||||
|
|
||||||
- name: install koji-gc.conf
|
- 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:
|
tags:
|
||||||
- koji_hub
|
- koji_hub
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue