initial commit
This commit is contained in:
commit
e61fe7e3f7
16 changed files with 740 additions and 0 deletions
8
ansible/roles/popequer_notebook/tasks/main.yaml
Normal file
8
ansible/roles/popequer_notebook/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- name: Create dir
|
||||
file:
|
||||
path: /home/mbess/notebooks
|
||||
state: directory
|
||||
- name: Clone personal notebook
|
||||
ansible.builtin.git:
|
||||
repo: "git@forge.lefuturiste.fr:mbess/main-popequer-notebook.git"
|
||||
dest: /home/mbess/notebooks/personal
|
||||
Loading…
Add table
Add a link
Reference in a new issue