ansible/roles/shell/handlers/bbj.yml

7 lines
105 B
YAML
Raw Normal View History

2023-07-07 17:11:40 +00:00
# install bbj
---
- name: install bbj
make:
chdir: /usr/share/bbj
target: install
become: yes