You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/05/20 21:56:55 UTC

[airavata] 01/03: Ansible: exclude openjdk updates

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 8c2d736bc4f06aaff3a4eb78964094747a40e488
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed May 19 14:59:05 2021 -0400

    Ansible: exclude openjdk updates
---
 dev-tools/ansible/roles/env_setup/tasks/files/yum-cron.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/ansible/roles/env_setup/tasks/files/yum-cron.conf b/dev-tools/ansible/roles/env_setup/tasks/files/yum-cron.conf
index 1f9ed25..d9c2b6d 100644
--- a/dev-tools/ansible/roles/env_setup/tasks/files/yum-cron.conf
+++ b/dev-tools/ansible/roles/env_setup/tasks/files/yum-cron.conf
@@ -79,3 +79,6 @@ mdpolicy = group:main
 
 # Uncomment to auto-import new gpg keys (dangerous)
 # assumeyes = True
+
+# openjdk 11.0.11 doesn't support certain ciphers that are used by gmail imap and PHP
+exclude = java-11-openjdk*