Update 'roles/shell/tasks/bbj.yml'
This commit is contained in:
parent
12ac8652a2
commit
35757520dd
|
@ -1,5 +1,13 @@
|
||||||
# install bbj
|
# install bbj
|
||||||
---
|
---
|
||||||
|
- name: Install bbj client script
|
||||||
|
copy:
|
||||||
|
src: ../files/bbj
|
||||||
|
dest: /usr/local/bin/bbj
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0755
|
||||||
|
|
||||||
- name: Clone bbj
|
- name: Clone bbj
|
||||||
git:
|
git:
|
||||||
repo: https://tildegit.org/bbj/bbj
|
repo: https://tildegit.org/bbj/bbj
|
||||||
|
|
Loading…
Reference in New Issue