diff --git a/roles/latex/tasks/KITLaTeX.yml b/roles/latex/tasks/KITLaTeX.yml index ff4c00609d4290f9ac7c582854b9cc66d5001278..32a4bdff329eae03386a793a089acc17ab19c65c 100644 --- a/roles/latex/tasks/KITLaTeX.yml +++ b/roles/latex/tasks/KITLaTeX.yml @@ -50,7 +50,7 @@ - name: clone git repo git: - repo: https://git.scc.kit.edu/gethmann/KITlatex.git + repo: https://git.scc.kit.edu/las/templates/KITlatex.git dest: "{{ texpath }}/KIT" clone: yes key_file: "{{ lookup('file', '/home/gethmann/.ssh/id_rsa.pub') }}"