From 682b6737195887a7126dd39e73b75193971a37f2 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 7 Jan 2022 17:50:06 +0100 Subject: [PATCH] copr-be: I named the token wrongly? --- roles/copr/backend/tasks/resalloc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/tasks/resalloc.yml b/roles/copr/backend/tasks/resalloc.yml index dd095240c5..76491c1313 100644 --- a/roles/copr/backend/tasks/resalloc.yml +++ b/roles/copr/backend/tasks/resalloc.yml @@ -147,7 +147,7 @@ - name: install IBM Cloud token file copy: - content: "IBMCLOUD_API_KEY={{ copr_cloud_ibm_token | default('unset') }}" + content: "IBMCLOUD_API_KEY={{ copr_cloud_ibm_password | default('unset') }}" dest: /var/lib/resallocserver/.ibm-cloud-token owner: resalloc group: resalloc