mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-23 02:19:24 +00:00
install pb
This commit is contained in:
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