From afd15fe8c47155c0e971354c751cc00778020e0c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 2 Jul 2023 12:23:54 -0500 Subject: [PATCH] update --- roles/customize/tasks/defaults.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/customize/tasks/defaults.yml b/roles/customize/tasks/defaults.yml index 9a02cb8..f85972f 100644 --- a/roles/customize/tasks/defaults.yml +++ b/roles/customize/tasks/defaults.yml @@ -41,7 +41,9 @@ register: dotfiles - name: download dotfiles + become_user: user shell: git clone https://github.com/DeveloperDurp/dotfiles.git ~/.dotfiles + when: dotfiles.stat.exists == true - name: Check that Oh My ZSH is installed become_user: user