mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-01 02:51:23 +00:00
15 lines
271 B
YAML
15 lines
271 B
YAML
|
---
|
||
|
# Configure gc
|
||
|
- name: Configure garbage collector
|
||
|
template:
|
||
|
src: etc/koji-gc/koji-gc.conf.j2
|
||
|
dest: /etc/koji-gc/koji-gc.conf
|
||
|
owner: root
|
||
|
group: root
|
||
|
mode: '0644'
|
||
|
|
||
|
- name: Enable the gc timer
|
||
|
service:
|
||
|
name: koji-gc.timer
|
||
|
enabled: true
|