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.
This commit is contained in:
8
roles/koji-builder/handlers/main.yml
Normal file
8
roles/koji-builder/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: update ca trust
|
||||
command: update-ca-trust
|
||||
- name: reload systemd
|
||||
command: systemctl daemon-reload
|
||||
- name: restart kojid
|
||||
service:
|
||||
name=kojid
|
||||
state=restarted
|
||||
Reference in New Issue
Block a user