move install pb to a handler
This commit is contained in:
parent
0fc2389ec5
commit
e8fd519bff
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
|
||||
- include: pb.yml
|
|
@ -0,0 +1,7 @@
|
|||
# install pb
|
||||
---
|
||||
- name: install pb
|
||||
make:
|
||||
chdir: /usr/src/pb
|
||||
target: install
|
||||
become: yes
|
|
@ -2,12 +2,8 @@
|
|||
---
|
||||
- name: clone pb
|
||||
git:
|
||||
repo: 'https://tildegit.org/tomasino/pb'
|
||||
repo: https://tildegit.org/tomasino/pb
|
||||
dest: /usr/src/pb
|
||||
force: yes
|
||||
|
||||
- name: install pb
|
||||
make:
|
||||
chdir: /usr/src/pb
|
||||
target: install
|
||||
become: yes
|
||||
notify:
|
||||
- install pb
|
||||
|
|
Loading…
Reference in New Issue