mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
ansible-ize vnc
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
|
||||
- include: pb.yml
|
||||
- include: vnc.yml
|
||||
|
||||
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