ansible/roles/shell/handlers/vnc.yml

8 lines
104 B
YAML
Raw Normal View History

2019-07-16 17:28:47 +00:00
# install vnc
---
- name: install vnc
make:
chdir: /usr/src/pb
target: install
become: yes