Revert "Disable mariadb:10.11 module"

This reverts commit 5097189902fb061b32dad487410db63917410e08.

Reason for revert:
The issue was fixed in CentOS.

Conflicts:
	playbooks/prepare-node-common.yaml

Change-Id: Ib9ed12a501f086c3d6d5285439fa630d2b16657c
This commit is contained in:
Takashi Kajinami 2024-03-06 16:27:47 +09:00
parent 7593423371
commit a13cec705c

View File

@ -88,13 +88,3 @@
- ruby-dev
- zlib1g-dev
- python3-pip
# TODO(tkajinam): Remove this one the issue is resolved in cs9
- block:
- name: Workaround for https://issues.redhat.com/browse/RHEL-25802
shell:
cmd: |
dnf module disable -y mariadb:10.11
become: true
when:
- ansible_os_family == 'RedHat'