ansible/roles/shell/tasks/vnc.yml

10 lines
160 B
YAML

# install vnc scripts
---
- name: Clone vnc
git:
repo: https://tildegit.org/thunix/vnc
dest: /usr/src/vnc
force: yes
notify:
- install vnc