Skip to content

Commit 25f9c51

Browse files
committed
Added step to add the Microsoft key to the Apt keyring...
1 parent c5bb4fa commit 25f9c51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/install-apt.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
mode: 'u=rw,go=r'
2424
force: true
2525

26+
- name: Add key to keyring (apt)
27+
become: true
28+
ansible.builtin.apt_key:
29+
file: '/etc/apt/keyrings/microsoft.asc'
30+
state: present
31+
2632
- name: Install VS Code repo (apt)
2733
become: true
2834
ansible.builtin.apt_repository:

0 commit comments

Comments
 (0)