From a3629454b7f277b443188c96342c940dbcf427f0 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 17 Jun 2024 13:33:43 +0200 Subject: [PATCH] feat: clone snippets --- ansible/workstation.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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