From 9c0f5bb3c8dbdbec6a04865c8e3379b24ea82c83 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 7 Jan 2022 17:52:47 +0100 Subject: [PATCH] Revert "copr-be: I named the token wrongly?" This reverts commit 682b6737195887a7126dd39e73b75193971a37f2. --- 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 76491c1313..dd095240c5 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_password | default('unset') }}" + content: "IBMCLOUD_API_KEY={{ copr_cloud_ibm_token | default('unset') }}" dest: /var/lib/resallocserver/.ibm-cloud-token owner: resalloc group: resalloc