install pb
This commit is contained in:
parent
3055c132f7
commit
716d0b7ceb
|
@ -13,3 +13,4 @@
|
||||||
- include: postfix.yml
|
- include: postfix.yml
|
||||||
- include: iris.yml
|
- include: iris.yml
|
||||||
- include: gopher.yml
|
- include: gopher.yml
|
||||||
|
- include: pb.yml
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
# install pb
|
||||||
|
---
|
||||||
|
- name: clone pb
|
||||||
|
git:
|
||||||
|
repo: 'https://tildegit.org/tomasino/pb'
|
||||||
|
dest: /usr/src/pb
|
||||||
|
force: yes
|
||||||
|
|
||||||
|
- name: install pb
|
||||||
|
make:
|
||||||
|
chdir: /usr/src/pb
|
||||||
|
target: install
|
||||||
|
become: yes
|
Loading…
Reference in New Issue