thinlinc: Disable intro and desktop selection
This will disable introduction message during login and force desktop to GNOME.
This commit is contained in:
parent
2ed0ce676f
commit
df76b8f7e7
1 changed files with 12 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue