ansible/roles/shell/handlers/bbj.yml

7 lines
105 B
YAML

# install bbj
---
- name: install bbj
make:
chdir: /usr/share/bbj
target: install
become: yes