ansible/roles/shell/handlers/vnc.yml

8 lines
104 B
YAML

# install vnc
---
- name: install vnc
make:
chdir: /usr/src/pb
target: install
become: yes