sanoid/syncoid: fix private-key formatting #143
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
- name: template ssh private key
|
- name: template ssh private key
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
content: "{{ sanoid_syncoid_ssh_privkey }}"
|
content: |
|
||||||
|
"{{ sanoid_syncoid_ssh_privkey }}"
|
||||||
dest: "/etc/sanoid/.ssh/id_sanoid"
|
dest: "/etc/sanoid/.ssh/id_sanoid"
|
||||||
owner: "{{ sanoid_user }}"
|
owner: "{{ sanoid_user }}"
|
||||||
group: "{{ sanoid_user_group }}"
|
group: "{{ sanoid_user_group }}"
|
||||||
|
|
Loading…
Reference in a new issue