ansible/roles/shell/tasks/bbj.yml

9 lines
149 B
YAML
Raw Normal View History

2023-07-07 15:56:41 +00:00
# install bbj
---
- name: Clone bbj
git:
repo: https://tildegit.org/bbj/bbj
dest: /usr/share/bbj
force: yes
notify:
- install bbj