From 2a34abaa7af0030b6c3b8886fbbb36b190bee4b4 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 5 Oct 2023 11:16:26 +0300 Subject: [PATCH] trim public key --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 8e55191..315a088 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -14,7 +14,7 @@ - name: Set private key variable set_fact: - private_key: "{{ private_key_slurp.content | b64decode }}" + private_key: "{{ private_key_slurp.content | b64decode | trim}}" - name: Register public key slurp: