Add Microsoft signing key

This commit is contained in:
Anthony Rose 2021-04-16 13:14:51 +01:00
parent 111bc7c3b5
commit f4e9fb2d09

View file

@ -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: