diff --git a/playbooks/prepare-node-common.yaml b/playbooks/prepare-node-common.yaml index c30903072..4c26af2b5 100644 --- a/playbooks/prepare-node-common.yaml +++ b/playbooks/prepare-node-common.yaml @@ -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'