fix private key fact
This commit is contained in:
parent
695bb85956
commit
e3831cd2a9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- name: Set private key variable
|
||||
set_fact:
|
||||
private_key: "{{ private_key_slurp.content }}"
|
||||
private_key: "{{ private_key_slurp.content | b64decode }}"
|
||||
|
||||
- name: Ensure Wireguard client is configure
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue