ansible/roles/shell/handlers/pb.yml

8 lines
101 B
YAML
Raw Normal View History

2019-07-15 08:16:30 +00:00
# install pb
---
- name: install pb
make:
chdir: /usr/src/pb
target: install
become: yes