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

Add tag to remote pkgs for individual testing

	modified:   local.yml
parent feb4a4f4
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'] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment