thinlinc_server: Fixes for thinlinc 4.18 release
This commit is contained in:
parent
2dd0fb75c9
commit
cfcdb4e935
2 changed files with 15 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue