mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-16 07:39:23 +00:00
8 lines
104 B
YAML
8 lines
104 B
YAML
# install vnc
|
|
---
|
|
- name: install vnc
|
|
make:
|
|
chdir: /usr/src/pb
|
|
target: install
|
|
become: yes
|