Correct syntax for variable
This commit is contained in:
parent
8c1c032c66
commit
f38be8e2ac
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
- file:
|
||||
src: "{{ home }}/Projects/dotfiles/.editorconfig"
|
||||
dest: "[{ home }}/Projects/.editorconfig"
|
||||
dest: "{{ home }}/Projects/.editorconfig"
|
||||
mode: 0644
|
||||
owner: "{{ user }}"
|
||||
state: link
|
||||
|
|
Loading…
Reference in a new issue