Revert "Temporarily freeze openssl"
This reverts commit 8175a19fd9
.
This also reverts change:
I3b1345ac6cacf04ad0903dfb7c6c95622a129cae.
Reason for revert: openssl version is now 1:3.0.1-33.el9
Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart/+/846194/
Change-Id: I0dd8bfe1d13181cb7ab2a2a95bf28ebefaa6ff3a
This commit is contained in:
parent
c5d5c0138f
commit
d4f5c79a13
@ -55,13 +55,6 @@ rpm -Uvh ius-release*.rpm
|
||||
{{ ansible_pkg_mgr }} install -y haveged
|
||||
systemctl start haveged.service
|
||||
|
||||
## Downgrade openssl version
|
||||
# TODO(dasm): unpin openssl once bug is fixed
|
||||
# https://bugs.launchpad.net/tripleo/+bug/1963545/comments/4
|
||||
{% if ansible_distribution_major_version is version("9", ">=") -%}
|
||||
sudo dnf downgrade -y openssl-3.0.1-5.el9
|
||||
{% endif %}
|
||||
|
||||
## * Install FreeIPA::
|
||||
|
||||
ipa-server-install -U \
|
||||
|
@ -25,14 +25,6 @@
|
||||
- ansible_distribution|lower in ['redhat', 'centos']
|
||||
- ansible_distribution_major_version is version('8', '==')
|
||||
|
||||
- name: Temporarily downgrade openssl
|
||||
become: true
|
||||
shell: >
|
||||
dnf downgrade openssl-3.0.1-5.el9 -y;
|
||||
when:
|
||||
- ansible_distribution|lower in ['centos']
|
||||
- ansible_distribution_major_version is version('9', '==')
|
||||
|
||||
- name: install FreeIPA packages
|
||||
become: true
|
||||
package:
|
||||
|
Loading…
Reference in New Issue
Block a user