fix private key fact

This commit is contained in:
Antonio J. Delgado 2022-11-04 18:07:00 +02:00
parent 695bb85956
commit e3831cd2a9

View file

@ -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: