linroom: fix VS code extension permissions
And clean up the installation script a bit.
This commit is contained in:
parent
66079fbd17
commit
bf940a2956
2 changed files with 15 additions and 12 deletions
4
roles/linroom/handlers/main.yml
Normal file
4
roles/linroom/handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Mark everything in bin/ directories executable. Some extensions do
|
||||
# this on activation, but non-root users don’t have permission for it.
|
||||
- name: fix VS code extensions
|
||||
command: find /usr/share/code/resources/app -name bin -exec chmod -R +x '{}' ';'
|
Loading…
Add table
Add a link
Reference in a new issue