From 9bb1c4fa780f4d2d8b45a9e8673cf295eb4ffe59 Mon Sep 17 00:00:00 2001 From: Ravi Tripathi <ravi89@uab.edu> Date: Thu, 27 Apr 2023 11:11:10 -0500 Subject: [PATCH] Fixing turbovnc version to 2.2.6 as the newer versions don't have --nohttp flag which causes issues with OOD interactive apps --- ansible/group_vars/compute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/compute b/ansible/group_vars/compute index eb73c7f1..6c81a267 100644 --- a/ansible/group_vars/compute +++ b/ansible/group_vars/compute @@ -111,4 +111,4 @@ - "shorewall" - "sshpass" - "swig" - - "turbovnc" + - "turbovnc-2.2.6*" -- GitLab