From 388529d9d626d7b89788cbdee3de5a4d1617f009 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Wed, 20 Nov 2024 16:36:22 +0100 Subject: [PATCH] copr-be-dev: configure Pulp password --- roles/copr/backend/templates/pulp-cli.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/pulp-cli.toml b/roles/copr/backend/templates/pulp-cli.toml index c4133f8455..83eedf49c5 100644 --- a/roles/copr/backend/templates/pulp-cli.toml +++ b/roles/copr/backend/templates/pulp-cli.toml @@ -17,7 +17,7 @@ verbose = 0 base_url = "https://pulp.stage.devshift.net" api_root = "/api/pulp/" username = "copr" -password = "TODO" +password = "{{ copr_hosted_pulp_dev_password }}" domain = "copr" cert = "" key = ""