FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ansible-role-thinlinc-server/tasks/install-thinlinc-suse.yml at master · cendio/ansible-role-thinlinc-server · GitHub
cendio
/
ansible-role-thinlinc-server
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
34
Code
Issues
4
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ansible-role-thinlinc-server
/
tasks
/
install-thinlinc-suse.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (14 loc) · 380 Bytes
Breadcrumbs
ansible-role-thinlinc-server
/
tasks
/
install-thinlinc-suse.yml
Copy path
File metadata and controls
15 lines (14 loc) · 380 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
-
name
:
Locate server packages
find
:
paths
:
"
/root/tl-{{ thinlinc_version }}-server/packages
"
patterns
:
-
"
thinlinc*x86_64.rpm
"
-
"
thinlinc*noarch.rpm
"
register
:
_packages
-
name
:
Install ThinLinc Software
zypper
:
name
:
"
{{ _packages.files | map(attribute='path') | list }}
"
state
:
present
disable_gpg_check
:
true
notify
:
run tl-setup
Back
|
FazBrowse Home
|
New Git URL