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
---
2020-01-20 01:11:44 +00:00
- name: Clone vnc
2019-07-16 17:28:47 +00:00
git:
repo: https://tildegit.org/thunix/vnc
dest: /usr/src/vnc
force: yes
notify:
- install vnc