roles/koji-client: Configure the koji client
The *koji-client* role is a generic role that can be used to configure the Koji client library/`koji` CLI tool. By default, it manages the default configuration at `/etc/koji`, but by using the `koji_client_dir`, `koji_client_user`, and `koji_client_id` variables, it can be used to configure per-user client configuration as well.
This commit is contained in:
2
roles/koji-client/handlers/main.yml
Normal file
2
roles/koji-client/handlers/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- name: update ca trust
|
||||
command: update-ca-trust
|
||||
Reference in New Issue
Block a user