diff --git a/ansible/roles/dev/tasks/main.yml b/ansible/roles/dev/tasks/main.yml index 3da6674b2..641a81aad 100644 --- a/ansible/roles/dev/tasks/main.yml +++ b/ansible/roles/dev/tasks/main.yml @@ -10,7 +10,7 @@ # It tells rsync to copy only the CONTENTS of the folder and not the folder itself # This is vital to make sure this works will any usernames src: files/home/ - dest: ~ + dest: ~/ recursive: true - name: Use ZSH as a default shell