stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user