From b2a35998a2823561f408a6d05d737fec519ac585 Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 28 Mar 2023 17:30:59 +0200 Subject: [PATCH] Update 'tasks/dotfiles.yml' --- tasks/dotfiles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 696610a..d0382f7 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -35,13 +35,14 @@ #become_user: nige loop: - /home/nige/.bashrc - - /tmp/main.zip + #- /tmp/main.zip #- /home/nige/dotfiles - name: Clone the dotfiles repository git: repo: https://git.gerstner.se/nils/ansible_dotfiles.git dest: /home/nige/dotfiles + force: true when: st.stat.islnk is not defined tags: - git