Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
homelab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
shore
homelab
Commits
12544517
Commit
12544517
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Toolbx refresh.
parent
c2801f2d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Ansible/roles/debian_server/tasks/main.yml
+5
-1
5 additions, 1 deletion
Ansible/roles/debian_server/tasks/main.yml
Ansible/roles/debian_server/tasks/toolbox.yml
+4
-3
4 additions, 3 deletions
Ansible/roles/debian_server/tasks/toolbox.yml
with
9 additions
and
4 deletions
Ansible/roles/debian_server/tasks/main.yml
+
5
−
1
View file @
12544517
...
...
@@ -134,7 +134,11 @@
-
always
-
name
:
Include Toolbox tasks
ansible.builtin.i
mport
_tasks
:
ansible.builtin.i
nclude
_tasks
:
file
:
toolbox.yml
apply
:
tags
:
-
toolbox
-
toolbx
tags
:
-
always
This diff is collapsed.
Click to expand it.
Ansible/roles/debian_server/tasks/toolbox.yml
+
4
−
3
View file @
12544517
...
...
@@ -20,7 +20,8 @@
value
:
"
1"
-
name
:
Install Podman from the Kubic repository
when
:
toolbox_podman_repo_base_url is defined
# yamllint disable-line rule:line-length
when
:
ansible_facts.distribution_release in toolbox_podman_repo_base_url_mapping
block
:
-
name
:
Add the Podman repo key
apt_key
:
...
...
@@ -55,7 +56,7 @@
-
name
:
Install Toolbx from toolbox-build
# yamllint disable-line rule:line-length
when
:
ansible_facts.distribution_release is
not
in toolbox_distros_with_apt_package
when
:
ansible_facts.distribution_release is in toolbox_distros_with
out
_apt_package
unarchive
:
dest
:
/usr/local/
remote_src
:
true
...
...
@@ -64,7 +65,7 @@
-
name
:
APT install Toolbx
# yamllint disable-line rule:line-length
when
:
ansible_facts.distribution_release is in toolbox_distros_with_apt_package
when
:
ansible_facts.distribution_release is
not
in toolbox_distros_with
out
_apt_package
apt
:
cache_valid_time
:
3600
name
:
...
...
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