Skip to content

Commit

Permalink
Merge "Make the workaround compatible with RHEL7"
Browse files Browse the repository at this point in the history
  • Loading branch information
vakwetu authored and gerritforge-ltd committed Oct 28, 2020
2 parents 8f9cc21 + f8c6a0a commit 68aaa72
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -58,9 +58,9 @@
- name: Workaround for newer JDK breaking FreeIPA
become: yes
shell: |
dnf install -y java-1.8.0-openjdk java-1.8.0-openjdk-headless
yum install -y java-1.8.0-openjdk java-1.8.0-openjdk-headless
if rpm -q --queryformat '%{version}' java-1.8.0-openjdk |grep "1.8.0.272"; then
dnf downgrade -y java-1.8.0-openjdk java-1.8.0-openjdk-headless
yum downgrade -y java-1.8.0-openjdk java-1.8.0-openjdk-headless
fi
- name: Install Red Hat CA
Expand Down

0 comments on commit 68aaa72

Please sign in to comment.