changed readme, added pull org to git role

This commit is contained in:
opalvaults
2022-07-18 17:08:47 -07:00
parent 80fa2f63e0
commit 3cc61deb39
3 changed files with 14 additions and 5 deletions

View File

@@ -22,3 +22,9 @@
repo: "{{ doom_emacs_repo }}"
dest: "{{ doom_emacs_dest }}"
update: no
- name: Pull Org Files
git:
repo: "{{ org_repo }}"
dest: "{{ org_dest }}"
update: no