From 48ea2188fc034f833d795ae5e7fd8d131acbd680 Mon Sep 17 00:00:00 2001 From: opalvaults <847966@proton.me> Date: Wed, 20 Jul 2022 15:08:48 -0700 Subject: [PATCH] dropped doom git pull to make sure it doesn't conflict with system files and make doom reinstall --- roles/git/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index 332fe39..6e9214c 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -17,12 +17,6 @@ dest: "{{ pfetch_dest }}" update: no -- name: Pull Doom Emacs - git: - repo: "{{ doom_emacs_repo }}" - dest: "{{ doom_emacs_dest }}" - update: no - - name: Pull Org Files git: repo: "{{ org_repo }}"