mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
changing private to preshared for name
This commit is contained in:
parent
ef99dfd44e
commit
69b28ab3b0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
- "{{ IP_subject_alt_name }}"
|
||||
|
||||
- block:
|
||||
- name: Save private keys
|
||||
- name: Save preshared keys
|
||||
copy:
|
||||
dest: "{{ wireguard_pki_path }}/preshared/{{ item['item'] }}"
|
||||
content: "{{ item['stdout'] }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue