From 2bb043a640a8d5b53996d89b8c3d98b9010478ba Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 11 Jul 2023 19:22:51 +0000 Subject: [PATCH] Delete 'roles/shell/tasks/vnc.yml' --- roles/shell/tasks/vnc.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 roles/shell/tasks/vnc.yml diff --git a/roles/shell/tasks/vnc.yml b/roles/shell/tasks/vnc.yml deleted file mode 100644 index 2a26753..0000000 --- a/roles/shell/tasks/vnc.yml +++ /dev/null @@ -1,9 +0,0 @@ -# install vnc scripts ---- -- name: Clone vnc - git: - repo: https://tildegit.org/thunix/vnc - dest: /usr/src/vnc - force: yes - notify: - - install vnc