dd
This commit is contained in:
parent
2a83ca425f
commit
6d3843c3df
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
- name: template ssh private key
|
||||
become: true
|
||||
ansible.builtin.copy:
|
||||
content: "{{ sanoid_syncoid_ssh_privkey }}"
|
||||
content: |
|
||||
"{{ sanoid_syncoid_ssh_privkey }}"
|
||||
dest: "/etc/sanoid/.ssh/id_sanoid"
|
||||
owner: "{{ sanoid_user }}"
|
||||
group: "{{ sanoid_user_group }}"
|
||||
|
|
Loading…
Reference in a new issue