thinlinc_server: Changes to support version 4.15.0

This commit is contained in:
Timo Makinen 2023-09-19 06:27:25 +00:00
parent b2339cd877
commit 9770232f66
2 changed files with 4 additions and 9 deletions

View file

@ -1,5 +1,7 @@
#!/bin/sh
set -eu
cat <<EOF > /root/tl-setup.answer
install-pygtk=yes
email-address=adm@foo.sh

View file

@ -5,6 +5,7 @@
state: installed
with_items:
- gtk3
- librsvg2
- polkit
- python3
- python3-gobject
@ -19,16 +20,8 @@
- name: Install packages
ansible.builtin.package:
name: "{{ item }}"
name: "thinlinc-server"
state: installed
with_items:
- thinlinc-tladm
- thinlinc-tlmisc
- thinlinc-tlmisc-libs
- thinlinc-tlprinter
- thinlinc-vnc-server
- thinlinc-vsm
- thinlinc-webaccess
- name: Run ThinLinc setup
ansible.builtin.script: