ansible/roles/shell/tasks/pb.yml

10 lines
148 B
YAML
Raw Normal View History

2019-05-25 22:44:24 +00:00
# install pb
---
2020-01-20 01:11:44 +00:00
- name: Clone pb
2019-05-25 22:44:24 +00:00
git:
2019-07-15 08:16:30 +00:00
repo: https://tildegit.org/tomasino/pb
2019-05-25 22:44:24 +00:00
dest: /usr/src/pb
force: yes
2019-07-15 08:16:30 +00:00
notify:
- install pb