mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-17 07:59:24 +00:00
7 lines
105 B
YAML
7 lines
105 B
YAML
# install bbj
|
|
---
|
|
- name: install bbj
|
|
make:
|
|
chdir: /usr/share/bbj
|
|
target: install
|
|
become: yes |