Symlink vscode OSS config directory so existing scripts still work

This commit is contained in:
Jake Howard 2019-02-11 09:04:19 +00:00
parent 23222904a3
commit 835b592428
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,3 +1,11 @@
- file:
src: "{{ home }}/.config/Code - OSS"
dest: "{{ home }}/.config/Code"
mode: 0644
owner: "{{ user }}"
state: link
force: true
- file:
path: '{{ home }}/.config/Code/User'
state: directory