upt playbook

This commit is contained in:
jaydee 2023-08-02 07:58:46 +02:00
parent 1172f75a78
commit 500f4ae305

View File

@ -51,7 +51,7 @@
- name: Install VNC Server - name: Install VNC Server
become: true become: true
ansible.builtin.apt: 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 ignore_errors: true
- name: Get repo - name: Get repo
become: true become: true