ansible-ize vnc

This commit is contained in:
fosslinux
2019-07-17 03:28:47 +10:00
parent e8fd519bff
commit bb57203c22
4 changed files with 18 additions and 0 deletions

View File

@@ -15,3 +15,4 @@
- include: gopher.yml
- include: pb.yml
- include: botany.yml
- include: vnc.yml

View File

@@ -0,0 +1,9 @@
# install vnc scripts
---
- name: clone vnc
git:
repo: https://tildegit.org/thunix/vnc
dest: /usr/src/vnc
force: yes
notify:
- install vnc