ansible/roles/shell/tasks/vnc.yml

10 lines
160 B
YAML
Raw Normal View History

2019-07-16 17:28:47 +00:00
# install vnc scripts
---
- name: clone vnc
git:
repo: https://tildegit.org/thunix/vnc
dest: /usr/src/vnc
force: yes
notify:
- install vnc