--- - name: Clone this repository ansible.builtin.git: repo: "git@gitea.psi.ch:sls/hla_framework_bd.git" dest: "{{ workspace_dir }}" accept_hostkey: true version: "{{ branch_name }}" force: true