Skip to content

Commit

Permalink
testing code-server this way
Browse files Browse the repository at this point in the history
  • Loading branch information
IPvSean committed Jun 15, 2021
1 parent de1ccb4 commit 2cd3b94
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions roles/code_server/tasks/codeserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
dest: "/home/{{username}}/.local/share/code-server/User/settings.json"
owner: "{{username}}"

- name: copy extension files to host
copy:
src: files/{{ item }}
- name: Download files for vscode
get_url:
url: "{{ item }}"
dest: /home/{{ username }}/.local/share/code-server/extensions/
owner: "{{ username }}"
group: "{{ username }}"
loop:
- bierner.markdown-preview-github-styles-0.1.6.vsix
- hnw.vscode-auto-open-markdown-preview-0.0.4.vsix
- vscoss.vscode-ansible-0.5.2.vsix
- https://github.com/ansible/workshops/raw/devel/files/bierner.markdown-preview-github-styles-0.1.6.vsix
- https://github.com/ansible/workshops/raw/devel/files/hnw.vscode-auto-open-markdown-preview-0.0.4.vsix
- https://github.com/ansible/workshops/raw/devel/files/vscoss.vscode-ansible-0.5.2.vsix

- name: install ansible and markdown extensions
become_user: "{{ username }}"
Expand Down

0 comments on commit 2cd3b94

Please sign in to comment.