Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-dsa
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dsa
ansible-dsa
Commits
d0eb923e
Commit
d0eb923e
authored
5 years ago
by
Ade Rixon
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
local.yml
+1
-1
1 addition, 1 deletion
local.yml
roles/apt
+1
-1
1 addition, 1 deletion
roles/apt
vars/packages.yml
+1
-1
1 addition, 1 deletion
vars/packages.yml
with
3 additions
and
3 deletions
local.yml
+
1
−
1
View file @
d0eb923e
...
...
@@ -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'
]
}
...
...
This diff is collapsed.
Click to expand it.
apt
@
700a2cd3
Compare
990c8a70
...
700a2cd3
Subproject commit
990c8a70456e5a7b418c51cdf544b1b43561bbd1
Subproject commit
700a2cd325f5f56717069ae88fe41640b391728a
This diff is collapsed.
Click to expand it.
vars/packages.yml
+
1
−
1
View file @
d0eb923e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment