vscode: fixed download proxy location

This commit is contained in:
ProgramSnail 2025-10-14 17:04:20 +03:00
parent 8621bb0a20
commit 0cc293be18

View file

@ -17,7 +17,7 @@
- name: Installing vscode (uncoded)
# become: true
ansible.builtin.get_url:
url: "https://tilde.club/~megastallman/uncoded/code-oss-1760024969_amd64.AppImage"
url: "https://code.except.one/st/storage/releases/download/uncoded/uncoded_amd64.appimage"
dest: "{{ bin_install_path }}/code"
mode: a+x
force: false