diff --git a/playbooks/install_morefine.yaml b/playbooks/install_morefine.yaml index 2bdd9ea..b2eab8e 100644 --- a/playbooks/install_morefine.yaml +++ b/playbooks/install_morefine.yaml @@ -51,7 +51,7 @@ - name: Install VNC Server become: true ansible.builtin.apt: - deb: https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-7.5.1-Linux-x64.deb + deb: http://192.168.77.106:48000/install/VNC-Server-6.11.0-Linux-x64.deb ignore_errors: true - name: Get repo become: true