thinlinc: Disable intro and desktop selection

This will disable introduction message during login and force
desktop to GNOME.
This commit is contained in:
Timo Makinen 2021-03-02 18:31:53 +00:00
parent 2ed0ce676f
commit df76b8f7e7

View file

@ -40,6 +40,18 @@
owner: root
group: "{{ ansible_wheel }}"
- name: use gnome desktop automatically
lineinfile:
path: /opt/thinlinc/etc/conf.d/profiles.hconf
regexp: "^order=.*"
line: order=gnome
- name: disable introduction message
lineinfile:
path: /opt/thinlinc/etc/conf.d/profiles.hconf
regexp: "^show_intro=.*"
line: show_intro=false
- name: start thinlinc services
service:
name: "{{ item }}"