Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
raspberry-pi-setup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
PSE - AI at the Edge
raspberry-pi-setup
Commits
8766b2f3
Commit
8766b2f3
authored
3 years ago
by
Kai-Philipp Nosper
Browse files
Options
Downloads
Patches
Plain Diff
Add os detail prints
parent
220a91ff
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
local.yml
+7
-1
7 additions, 1 deletion
local.yml
with
7 additions
and
1 deletion
local.yml
+
7
−
1
View file @
8766b2f3
---
-
hosts
:
localhost
gather_facts
:
true
vars
:
target_user
:
pi
jupyter_service
:
true
...
...
@@ -10,7 +11,12 @@
fail
:
msg
:
Python version is not supported. Set ignore_python_version to
true
to ignore this.
when
:
(not ignore_python_version) and not (ansible_python_version is version('3.7.0', '>=') and ansible_python_version is version('3.10.0', '<'))
-
name
:
System details
debug
:
msg="{{ item }}"
with_items
:
-
"
{{
ansible_distribution
}}"
-
"
{{
ansible_distribution_version
}}"
-
"
{{
ansible_distribution_major_version
}}"
# - name: Upgrade packages
# become: true
# apt:
...
...
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