mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-28 04:29:24 +00:00
ansible-ize vnc
This commit is contained in:
9
roles/shell/tasks/vnc.yml
Normal file
9
roles/shell/tasks/vnc.yml
Normal 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
|
||||
Reference in New Issue
Block a user