Files
hla_framework_bd/ansible/tasks/utils/clone-repo.yml
T

9 lines
217 B
YAML

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