diff --git a/ansible/workstation.yaml b/ansible/workstation.yaml index 88d2ada..90accd2 100644 --- a/ansible/workstation.yaml +++ b/ansible/workstation.yaml @@ -314,6 +314,10 @@ ansible.builtin.git: repo: "git@forge.lefuturiste.fr:mbess/books-sources.git" dest: /home/mbess/workspace/books_sources + - name: Clone snippets space + ansible.builtin.git: + repo: "git@forge.lefuturiste.fr:mbess/snippets.git" + dest: /home/mbess/workspace/snippets - name: Setup wofi link become: true