ansible/roles/shell/tasks/pb.yml

10 lines
148 B
YAML

# install pb
---
- name: Clone pb
git:
repo: https://tildegit.org/tomasino/pb
dest: /usr/src/pb
force: yes
notify:
- install pb