File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,10 +38,9 @@ requirement for installing and using ThinLinc.
3838` ` ` yaml
3939thinlinc_version : " 4.14.0"
4040thinlinc_build : " 2408"
41- thinlinc_server_bundle : " tl-4.14.0-server.zip"
4241` ` `
4342
44- ThinLinc version, build number and server bundle names .
43+ ThinLinc version and build number .
4544
4645` ` ` yaml
4746thinlinc_autoinstall_dependencies : " yes"
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ thinlinc_accept_eula: "no"
55
66thinlinc_version : " 4.17.0"
77thinlinc_build : " 3647"
8- thinlinc_server_bundle : " tl-4.17.0-server.zip"
98
109thinlinc_autoinstall_dependencies : " yes"
1110
Original file line number Diff line number Diff line change 1212 block :
1313 - name : Unpacking ThinLinc server bundle
1414 unarchive :
15- src : " {{ thinlinc_server_bundle }}"
15+ src : " tl- {{ thinlinc_version }}-server.zip "
1616 dest : /root
1717 creates : " {{ pkgdir }}"
1818 - name : Checking if rpm platform
You can’t perform that action at this time.
0 commit comments