Skip to content
Snippets Groups Projects
Commit 570ba7e9 authored by Matt Moore's avatar Matt Moore :speech_balloon:
Browse files

Merge branch 'teams-1513763' into 'master'

teams-1513763 production

See merge request dsa/ansible-dsa!58
parents fbfcfb23 7fcf551d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
- { role: cu-custom, tags: ['custom'] }
- { role: apt-config, tags: ['apt', 'apt-config'] }
- { role: apt, apt_pkgs: "{{ distro_pkgs }}", apt_update: yes, tags: ['apt', 'software', 'apt-distro'] }
- { role: apt, apt_pkg_files: "{{ remote_pkgs }}", tags: ['apt', 'software'] }
- { role: apt, apt_pkg_files: "{{ remote_pkgs }}", tags: ['apt', 'software', 'apt-remote'] }
- { role: apt, apt_pkgs: "{{ cuda_dep_pkgs }}", tags: ['apt', 'software', 'cuda'] }
- { role: apt, apt_uninstall_pkgs: "{{ uninstall_pkgs }}", tags: ['apt', 'software', 'apt-remove'] }
- { role: cuda, tags: ['cuda'] }
......
......@@ -99,6 +99,7 @@ cuda_dep_pkgs:
remote_pkgs:
- 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb'
- 'https://teams.microsoft.com/downloads/desktopurl?env=production&plat=linux&arch=x64&download=true&linuxArchiveType=deb'
school_pip_pkgs: [{
name: pipenv,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment