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