fix(ppq): attempt to fix gitwatch
This commit is contained in:
parent
f8d5db62cd
commit
cc8e75e591
3 changed files with 8 additions and 1 deletions
|
|
@ -6,6 +6,10 @@
|
|||
ansible.builtin.git:
|
||||
repo: "git@forge.lefuturiste.fr:mbess/main-popequer-notebook.git"
|
||||
dest: /home/mbess/notebooks/personal
|
||||
- name: Copy gitwatch script
|
||||
template:
|
||||
src: scripts/gitwatch.sh
|
||||
dest: "{{ home }}/.local/bin/ppq_gitwatch"
|
||||
- name: Setup gitwatch
|
||||
systemd_service:
|
||||
scope: user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue