Skip to content

Commit c8d761c

Browse files
committed
fix unused turbovcn service crashing
1 parent 8d04c50 commit c8d761c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ansible/roles/openondemand/tasks/vnc_compute.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
- python3.9
3636
- dbus-x11
3737

38+
- name: Stop turbovnc service
39+
# This is not actually required
40+
systemd:
41+
name: tvncserver
42+
state: stopped
43+
enabled: false
44+
3845
- name: Replace OFED-installed init scripts
3946
ansible.builtin.copy:
4047
src: /etc/init.d.orig/ # trailing / to get contents

0 commit comments

Comments
 (0)