fix(ppq): attempt to fix gitwatch

This commit is contained in:
Matthieu Bessat 2024-07-15 11:57:27 +02:00
parent f8d5db62cd
commit cc8e75e591
3 changed files with 8 additions and 1 deletions

View file

@ -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