Skip to content
Snippets Groups Projects
Commit d0eb923e authored by Ade Rixon's avatar Ade Rixon
Browse files

Refresh apt role to pick up change for cache updating

Only update apt cache on first call
Move autopsy into distro_pkgs
parent a055be8a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
- { role: repos, tags: ['repos', 'apt'] }
- { role: cu-custom, tags: ['custom'] }
- { role: apt-config, tags: ['apt', 'apt-config'] }
- { role: apt, apt_pkgs: "{{ distro_pkgs }}", tags: ['apt', 'software', 'apt-distro'] }
- { 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_pkgs: "{{ cuda_dep_pkgs }}", tags: ['apt', 'software', 'cuda'] }
- { role: apt, apt_uninstall_pkgs: "{{ uninstall_pkgs }}", tags: ['apt', 'software', 'apt-remove'] }
......
Subproject commit 990c8a70456e5a7b418c51cdf544b1b43561bbd1
Subproject commit 700a2cd325f5f56717069ae88fe41640b391728a
......@@ -7,6 +7,7 @@ cuda_repo_pkg: 'cuda-repo-ubuntu1804-10-0-local-10.0.130-410.48'
distro_pkgs:
- aptitude
- automake
- autopsy
- curl
- duplicity
- firefox
......@@ -87,7 +88,6 @@ school_pkgs:
- mysql-workbench-community
- scenebuilder
- comsc-r-profile
- autopsy
cuda_dep_pkgs:
- freeglut3-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment