From f108217802aff558193462ddc05c930712034653 Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 28 Mar 2023 17:25:27 +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 9d75b72..3de19df 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -67,7 +67,8 @@ # - productivity - name: Stow the dotfiles - shell: 'stow --verbose 2 --dir "/home/nige/dotfiles" --target "/home/nige/ .' + shell: | + stow --verbose 2 --dir "/home/nige/dotfiles" --target "/home/nige/ . when: st.stat.islnk is not defined tags: - git