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