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