bunch of stuff

This commit is contained in:
Ry
2023-02-06 22:32:45 -08:00
8 changed files with 74 additions and 84 deletions

View File

@@ -23,7 +23,6 @@
dest: "{{ pfetch_dest }}"
update: no
- name: Pull doom emacs
become: yes
become_user: opal
@@ -32,10 +31,3 @@
dest: "{{ doom_dest }}"
update: no
- name: Pull yay repo
become: yes
become_user: opal
git:
repo: "{{ yay_repo }}"
dest: "{{ yay_dest }}"
update: no