Skip to content

Commit

Permalink
fix symlink bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Dec 15, 2024
1 parent 032401d commit e78b36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zsh/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

- name: Create symbolic link for .zprofile
file:
path: "{{ ansible_env.HOME }}/.profile"
src: "{{ ansible_env.HOME }}/.profile"
dest: "{{ ansible_env.HOME }}/.zprofile"
state: link

Expand Down

0 comments on commit e78b36d

Please sign in to comment.