ansible/roles/shell/handlers/pb.yml

8 lines
101 B
YAML

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