This commit is contained in:
2022-10-30 08:16:41 -05:00
parent 0b705a62ae
commit 45585f33bc

View File

@@ -28,7 +28,7 @@
- name: "Create a default ZSH configuration"
become_user: user
template:
src: templates/.zshrc
src: templates/zshrc
dest: "~/.zshrc"
owner: "user"
force: yes