[prog:java] add apktool
This commit is contained in:
parent
99247f8c24
commit
1e25f1299d
6
roles/prog/tasks/java.yml
Normal file
6
roles/prog/tasks/java.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: install java tools
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- apktool
|
||||||
|
state: present
|
|
@ -8,3 +8,6 @@
|
||||||
- import_tasks: c.yml
|
- import_tasks: c.yml
|
||||||
tags:
|
tags:
|
||||||
- prog:c
|
- prog:c
|
||||||
|
- import_tasks: java.yml
|
||||||
|
tags:
|
||||||
|
- prog:java
|
||||||
|
|
Reference in a new issue