fixes #11 no java for all
This commit is contained in:
7
ansible/roles/java/tasks/main.yaml
Normal file
7
ansible/roles/java/tasks/main.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
- name: Java
|
||||||
|
apt:
|
||||||
|
state: purged
|
||||||
|
name:
|
||||||
|
- java-common
|
||||||
|
- ca-certificates-java
|
||||||
|
- openjdk-*
|
||||||
Reference in New Issue
Block a user