From ad06181309241857831f18dfe277c486e69c6341 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 31 Jul 2023 14:23:54 +0200 Subject: [PATCH] upt playbook --- playbooks/install_morefine.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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