mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-07-01 22:09:25 +00:00
ansible-ize vnc
This commit is contained in:
7
roles/shell/handlers/vnc.yml
Normal file
7
roles/shell/handlers/vnc.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# install vnc
|
||||
---
|
||||
- name: install vnc
|
||||
make:
|
||||
chdir: /usr/src/pb
|
||||
target: install
|
||||
become: yes
|
||||
Reference in New Issue
Block a user