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:
Andrea Dell'Amico 2016-01-31 15:41:20 +01:00
parent cb35582624
commit 200677f66a
2 changed files with 0 additions and 1 deletions

View File

@ -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