Update tasks/main.yml
Co-Authored-By: Robert Wimmer <2039811+githubixx@users.noreply.github.com>
This commit is contained in:
parent
d1c833a1a2
commit
7c535a7320
|
@ -69,7 +69,7 @@
|
|||
when: config_file_stat.stat.exists
|
||||
|
||||
- name: Derive WireGuard public key
|
||||
shell: "echo '{{ private_key }}' | wg pubkey"
|
||||
shell: "echo '{{ private_key }}' | wg pubkey" # noqa 306
|
||||
register: wg_public_key_result
|
||||
changed_when: false
|
||||
tags:
|
||||
|
|
Reference in a new issue