[prog:java] add apktool

master
Simon Bruder 2018-11-29 16:52:15 +00:00
parent 99247f8c24
commit 1e25f1299d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: install java tools
apt:
name:
- apktool
state: present

View File

@ -8,3 +8,6 @@
- import_tasks: c.yml
tags:
- prog:c
- import_tasks: java.yml
tags:
- prog:java