Change > to >-

This commit is contained in:
Sam A. 2023-03-05 22:55:53 +01:00
parent f2acc0a37b
commit 439f232ecc
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
content: "{{ restic_secrets.ssh_privkey }}"
- name: Derive public SSH key
shell: >
shell: >-
ssh-keygen -f {{ services.restic.volume_folder }}/ssh/id_ed25519 -y
> {{ services.restic.volume_folder }}/ssh/id_ed25519.pub
args: