feat: clone snippets
This commit is contained in:
parent
f8112297c1
commit
a3629454b7
1 changed files with 4 additions and 0 deletions
|
@ -314,6 +314,10 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: "git@forge.lefuturiste.fr:mbess/books-sources.git"
|
repo: "git@forge.lefuturiste.fr:mbess/books-sources.git"
|
||||||
dest: /home/mbess/workspace/books_sources
|
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
|
- name: Setup wofi link
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in a new issue