mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2025-01-05 06:40:55 +00:00
14 lines
271 B
YAML
14 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
|