We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b6e3b commit 4e507a3Copy full SHA for 4e507a3
ansible/roles/openondemand/tasks/vnc_compute.yml
@@ -2,7 +2,7 @@
2
- name: Enable TurboVNC repo
3
tags: install
4
get_url:
5
- url: https://turbovnc.org/pmwiki/uploads/Downloads/TurboVNC.repo
+ url: https://raw.githubusercontent.com/TurboVNC/repo/main/TurboVNC.repo
6
dest: /etc/yum.repos.d/TurboVNC.repo
7
8
- name: Install EPEL
0 commit comments