remove syncoid, switch to rsync #221
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
become: true
|
become: true
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: "{{ sanoid_user }}"
|
user: "{{ sanoid_user }}"
|
||||||
key: "{{ sanoid_syncoid_ssh_pubkey }}"
|
#key: "{{ sanoid_syncoid_ssh_pubkey }}"
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
- sanoid_syncoid_source_host
|
- sanoid_syncoid_source_host
|
||||||
|
|
Loading…
Reference in a new issue