Files
configpolicy/roles/koji-builder/handlers/main.yml
Dustin C. Hatch a0dd911a63 roles/koji-builder: Deploy the Koji builder
The *koji-builder* role installs and configures the Koji builder
(*kojid*). It supports configuring an HTTP proxy, if required.
2018-08-12 10:14:25 -05:00

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