Skip to content

Commit fad51d0

Browse files
committed
Retire thinlinc_server_bundle parameter
This variable is only used in one place, and is always a function of the ThinLinc version number, from which its value can be implied.
1 parent bd8d4b8 commit fad51d0

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ requirement for installing and using ThinLinc.
3838
```yaml
3939
thinlinc_version: "4.14.0"
4040
thinlinc_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
4746
thinlinc_autoinstall_dependencies: "yes"

defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ thinlinc_accept_eula: "no"
55

66
thinlinc_version: "4.17.0"
77
thinlinc_build: "3647"
8-
thinlinc_server_bundle: "tl-4.17.0-server.zip"
98

109
thinlinc_autoinstall_dependencies: "yes"
1110

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

0 commit comments

Comments
 (0)