mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
install pb
This commit is contained in:
@@ -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
|
||||||
|
|||||||
13
roles/shell/tasks/pb.yml
Normal file
13
roles/shell/tasks/pb.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user