This commit is contained in:
2022-12-17 15:38:25 -08:00
parent ef31614f68
commit 0ce98f4312
5 changed files with 25 additions and 2 deletions

View File

@@ -22,3 +22,20 @@
repo: "{{ pfetch_repo }}"
dest: "{{ pfetch_dest }}"
update: no
- name: Pull doom emacs
become: yes
become_user: opal
git:
repo: "{{ doom_repo }}"
dest: "{{ doom_dest }}"
update: no
- name: Pull yay repo
become: yes
become_user: opal
git:
repo: "{{ yay_repo }}"
dest: "{{ yay_dest }}"
update: no