10 lines
160 B
YAML
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
|