Correct file permissions on symlink
This commit is contained in:
parent
835b592428
commit
2582787038
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
- file:
|
||||
src: "{{ home }}/.config/Code - OSS"
|
||||
dest: "{{ home }}/.config/Code"
|
||||
mode: 0644
|
||||
mode: 0755
|
||||
owner: "{{ user }}"
|
||||
state: link
|
||||
force: true
|
||||
|
|
Loading…
Reference in a new issue