ff
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 2s
ansible-lint / Ansible Lint (pull_request) Failing after 26s

This commit is contained in:
Michael Grote 2024-10-29 14:43:00 +01:00
parent faa6a9104a
commit 264fd56ee6

View file

@ -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