Fix typo
This commit is contained in:
parent
f4e9fb2d09
commit
e8ff2b5557
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
- name: Install Microsoft signing key
|
||||
become: true
|
||||
ansible.builtin.apt-key:
|
||||
ansible.builtin.apt_key:
|
||||
id: BC528686B50D79E339D3721CEB3E94ADBE1229CF
|
||||
url: https://packages.microsoft.com/keys/microsoft.asc
|
||||
- name: Install vscode repository
|
||||
|
|
Loading…
Reference in a new issue