mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
Update 'roles/shell/tasks/bbj.yml'
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user