mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 14:53:32 +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 }}"
|
- "{{ IP_subject_alt_name }}"
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Save private keys
|
- name: Save preshared keys
|
||||||
copy:
|
copy:
|
||||||
dest: "{{ wireguard_pki_path }}/preshared/{{ item['item'] }}"
|
dest: "{{ wireguard_pki_path }}/preshared/{{ item['item'] }}"
|
||||||
content: "{{ item['stdout'] }}"
|
content: "{{ item['stdout'] }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue