thinlinc_server: Changes to support version 4.15.0
This commit is contained in:
parent
b2339cd877
commit
9770232f66
2 changed files with 4 additions and 9 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
cat <<EOF > /root/tl-setup.answer
|
cat <<EOF > /root/tl-setup.answer
|
||||||
install-pygtk=yes
|
install-pygtk=yes
|
||||||
email-address=adm@foo.sh
|
email-address=adm@foo.sh
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
state: installed
|
state: installed
|
||||||
with_items:
|
with_items:
|
||||||
- gtk3
|
- gtk3
|
||||||
|
- librsvg2
|
||||||
- polkit
|
- polkit
|
||||||
- python3
|
- python3
|
||||||
- python3-gobject
|
- python3-gobject
|
||||||
|
@ -19,16 +20,8 @@
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: "{{ item }}"
|
name: "thinlinc-server"
|
||||||
state: installed
|
state: installed
|
||||||
with_items:
|
|
||||||
- thinlinc-tladm
|
|
||||||
- thinlinc-tlmisc
|
|
||||||
- thinlinc-tlmisc-libs
|
|
||||||
- thinlinc-tlprinter
|
|
||||||
- thinlinc-vnc-server
|
|
||||||
- thinlinc-vsm
|
|
||||||
- thinlinc-webaccess
|
|
||||||
|
|
||||||
- name: Run ThinLinc setup
|
- name: Run ThinLinc setup
|
||||||
ansible.builtin.script:
|
ansible.builtin.script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue