File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,13 @@ thinlinc_version: "4.14.0"
4141
4242ThinLinc version number.
4343
44+ ` ` ` yaml
45+ thinlinc_bundle_path : " tl-{{ thinlinc_version }}-server.zip"
46+ ` ` `
47+
48+ The location of the ThinLinc Server Bundle to install. If not set, the
49+ default Ansible search paths and bundle filename will be used.
50+
4451` ` ` yaml
4552thinlinc_autoinstall_dependencies : " yes"
4653` ` `
Original file line number Diff line number Diff line change 44thinlinc_accept_eula : " no"
55
66thinlinc_version : " 4.17.0"
7+ thinlinc_bundle_path : " tl-{{ thinlinc_version }}-server.zip"
78
89thinlinc_autoinstall_dependencies : " yes"
910
Original file line number Diff line number Diff line change 1818 block :
1919 - name : Unpacking ThinLinc server bundle
2020 unarchive :
21- src : " tl- {{ thinlinc_version }}-server.zip "
21+ src : " {{ thinlinc_bundle_path }}"
2222 dest : /root
2323 creates : " /root/tl-{{ thinlinc_version }}-server"
2424 - name : Run tasks for RHEL-like
You can’t perform that action at this time.
0 commit comments