You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscodelatest.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,13 @@
16
16
dest: '/tmp/code-insider.deb'
17
17
tags: [download, visualstudio]
18
18
19
+
# Need to test below deb installation on ubuntu - it failed because it needs superuser priviledges dpkg: error: requested operation requires superuser privilege\n
20
+
# - name: Install Visual Studio Early Insiders release
21
+
# - apt: deb="/tmp/code-insider.deb"
22
+
# - become: true
23
+
19
24
- name: Install Visual Studio Early Insiders release
0 commit comments