summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/roles/liw/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/liw/tasks/main.yml b/ansible/roles/liw/tasks/main.yml
index 4dcec1e..99f1b47 100644
--- a/ansible/roles/liw/tasks/main.yml
+++ b/ansible/roles/liw/tasks/main.yml
@@ -6,7 +6,7 @@
shell: |
if ! [ -e /home/liw/.config ]; then sudo -u liw -i git clone git://git.liw.fi/liw-dot-files; fi
sudo -u liw -i bash -c "pwd && ./liw-dot-files/make-symlinks"
- sudo -u liw -i bash -c "ln -s liw-dot-files/gitconfig-exolobe1 .gitconfig"
+ sudo -u liw -i bash -c "ln -nsf liw-dot-files/gitconfig-exolobe1 .gitconfig"
- name: "create ~liw/src and ~liw/cargo"
file: