ff
This commit is contained in:
parent
faa6a9104a
commit
264fd56ee6
1 changed files with 0 additions and 2 deletions
|
@ -68,10 +68,8 @@
|
||||||
ansible.builtin.include_tasks: source.yml
|
ansible.builtin.include_tasks: source.yml
|
||||||
when:
|
when:
|
||||||
- sanoid_syncoid_source_host is defined and sanoid_syncoid_source_host is true
|
- sanoid_syncoid_source_host is defined and sanoid_syncoid_source_host is true
|
||||||
- sanoid_syncoid_ssh_pubkey is defined
|
|
||||||
|
|
||||||
- name: include destination-host tasks # todo
|
- name: include destination-host tasks # todo
|
||||||
ansible.builtin.include_tasks: destination.yml
|
ansible.builtin.include_tasks: destination.yml
|
||||||
when:
|
when:
|
||||||
- sanoid_syncoid_destination_host is defined and sanoid_syncoid_destination_host is true
|
- sanoid_syncoid_destination_host is defined and sanoid_syncoid_destination_host is true
|
||||||
- sanoid_syncoid_ssh_privkey is defined
|
|
||||||
|
|
Loading…
Reference in a new issue