9 lines
149 B
YAML
9 lines
149 B
YAML
|
# install bbj
|
||
|
---
|
||
|
- name: Clone bbj
|
||
|
git:
|
||
|
repo: https://tildegit.org/bbj/bbj
|
||
|
dest: /usr/share/bbj
|
||
|
force: yes
|
||
|
notify:
|
||
|
- install bbj
|