mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-10-31 18:51:22 +00:00
16 lines
265 B
YAML
16 lines
265 B
YAML
---
|
|
# Kojira
|
|
- name: Configure kojira
|
|
template:
|
|
src: etc/kojira/kojira.conf.j2
|
|
dest: /etc/kojira/kojira.conf
|
|
mode: '0644'
|
|
notify:
|
|
- restart_kojira
|
|
|
|
- name: Ensure kojira is running
|
|
service:
|
|
name: kojira
|
|
state: started
|
|
enabled: yes
|