Symlink vscode OSS config directory so existing scripts still work
This commit is contained in:
parent
23222904a3
commit
835b592428
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
- file:
|
||||||
|
src: "{{ home }}/.config/Code - OSS"
|
||||||
|
dest: "{{ home }}/.config/Code"
|
||||||
|
mode: 0644
|
||||||
|
owner: "{{ user }}"
|
||||||
|
state: link
|
||||||
|
force: true
|
||||||
|
|
||||||
- file:
|
- file:
|
||||||
path: '{{ home }}/.config/Code/User'
|
path: '{{ home }}/.config/Code/User'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
Loading…
Reference in a new issue