Add Microsoft signing key
This commit is contained in:
parent
111bc7c3b5
commit
f4e9fb2d09
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- name: Install Microsoft signing key
|
||||
become: true
|
||||
ansible.builtin.apt-key:
|
||||
id: BC528686B50D79E339D3721CEB3E94ADBE1229CF
|
||||
url: https://packages.microsoft.com/keys/microsoft.asc
|
||||
- name: Install vscode repository
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
|
|
Loading…
Reference in a new issue