mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-18 16:19:23 +00:00
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 |