Skip to content

Commit

Permalink
Fix bug in dev.yml with improper dest, should fix copy dotfiles action
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Sep 26, 2023
1 parent 9ba2de3 commit fe08488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/dev/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe08488

Please sign in to comment.