thinlinc_server: Fixes for thinlinc 4.18 release

This commit is contained in:
Timo Makinen 2024-12-21 18:57:44 +00:00
parent 2dd0fb75c9
commit cfcdb4e935
2 changed files with 15 additions and 20 deletions

View file

@ -48,13 +48,6 @@
regexp: "^show_intro=.*"
line: show_intro=false
- name: Configure vsmagent hostname
ansible.builtin.lineinfile:
path: /opt/thinlinc/etc/conf.d/vsmagent.hconf
regexp: "^agent_hostname=.*"
line: "agent_hostname={{ inventory_hostname }}"
notify: Restart vsmagent
- name: Copy private key
ansible.builtin.copy:
dest: /opt/thinlinc/etc/tlwebaccess/server.key