did some git stuff

This commit is contained in:
2024-07-23 09:26:55 -07:00
parent 7d7ef57597
commit d2f8fb3097
3 changed files with 17 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
---
- name: doom emacs repo
become: yes
become_user: opal
git:
repo: "{{ doom_emacs_repo }}"
dest: "{{ doom_emacs_dest }}"
update: no