library/roles/oracle-jdk: Fix a duplicate condition. Remove the old jdk tar file, we cannot redistribute it.
dnet-efg/group_vars/efg_portal_dev/main.yml: Fix a duplicate variable.
This commit is contained in:
parent
cb35582624
commit
200677f66a
Binary file not shown.
|
@ -29,7 +29,6 @@
|
|||
|
||||
- name: Install the extended security JCE Oracle JDK package
|
||||
apt: pkg=oracle-java{{ item }}-unlimited-jce-policy state={{ jdk_pkg_state }} force=yes
|
||||
when: jdk_use_tarfile is not defined or not jdk_use_tarfile
|
||||
with_items: jdk_version
|
||||
when:
|
||||
- not jdk_use_tarfile
|
||||
|
|
Loading…
Reference in New Issue