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