trim public key
This commit is contained in:
parent
13405fe8f5
commit
2a34abaa7a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue