diff --git a/playbooks/install_morefine.yaml b/playbooks/install_morefine.yaml index e06223b..38eb91b 100644 --- a/playbooks/install_morefine.yaml +++ b/playbooks/install_morefine.yaml @@ -40,4 +40,13 @@ - name: Install viber become: true ansible.builtin.apt: - deb: https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb \ No newline at end of file + deb: https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb + - name: Install VNC Viewer + become: true + ansible.builtin.apt: + deb: https://downloads.realvnc.com/download/file/viewer.files/VNC-Viewer-7.5.1-Linux-x64.deb + + - 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 \ No newline at end of file