The *koji-builder* role installs and configures the Koji builder (*kojid*). It supports configuring an HTTP proxy, if required.
9 lines
177 B
YAML
9 lines
177 B
YAML
- name: update ca trust
|
|
command: update-ca-trust
|
|
- name: reload systemd
|
|
command: systemctl daemon-reload
|
|
- name: restart kojid
|
|
service:
|
|
name=kojid
|
|
state=restarted
|