7 lines
83 B
YAML
7 lines
83 B
YAML
|
---
|
||
|
- name: install java tools
|
||
|
apt:
|
||
|
name:
|
||
|
- apktool
|
||
|
state: present
|