mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
Add bigboy, update MS repo setup
This commit is contained in:
parent
14b155fc24
commit
6ab3ad74be
3 changed files with 148 additions and 5 deletions
|
|
@ -101,13 +101,12 @@
|
|||
filename: virtualbox
|
||||
update_cache: false
|
||||
|
||||
- name: Add Microsoft Ubuntu 22.04 repo
|
||||
- name: Install Microsoft keys and repo
|
||||
become: true
|
||||
ansible.builtin.apt_repository:
|
||||
repo: deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/ubuntu/22.04/prod jammy main
|
||||
ansible.builtin.apt:
|
||||
state: present
|
||||
filename: microsoft-prod
|
||||
update_cache: false
|
||||
force: true
|
||||
deb: https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb
|
||||
|
||||
- name: Install puppet-tools repo via Focal (20.04) deb package
|
||||
become: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue