fix set fact
This commit is contained in:
parent
0b066d02c5
commit
247d15b443
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
register: private_key_slurp
|
||||
|
||||
- name: Set private key variable
|
||||
set_facts:
|
||||
set_fact:
|
||||
private_key: "{{ private_key_slurp.content }}"
|
||||
|
||||
- name: Ensure Wireguard client is configure
|
||||
|
|
Loading…
Reference in a new issue