--- - name: Verify evolix backup servers known_hosts: path: /root/.ssh/known_hosts name: "[{{ item.name }}]:{{ item.port }}" key: "[{{ item.name }}]:{{ item.port }} {{ item.fingerprint }}" with_list: "{{ evobackup_client__hosts }}" tags: - evobackup_client - evobackup_client_backup_hosts