From 784c93c563c1830ffbc1ee842b63daf1f3889315 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Thu, 18 Sep 2025 12:33:54 +0000 Subject: [PATCH] Enable CodeReady Builder repository - remove OS version check We now support only RHEL 10. Change-Id: Ia8c6d95425c6bea746877957e54a91b78b25abc3 Signed-off-by: Ivan Anfimov --- tasks/openstack_hosts_configure_dnf.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/openstack_hosts_configure_dnf.yml b/tasks/openstack_hosts_configure_dnf.yml index 50295ebd..91a62697 100644 --- a/tasks/openstack_hosts_configure_dnf.yml +++ b/tasks/openstack_hosts_configure_dnf.yml @@ -18,7 +18,7 @@ path: /etc/dnf/dnf.conf section: main option: fastestmirror - value: "{{ (openstack_hosts_enable_yum_fastestmirror | bool) | ternary('True', 'False') }}" + value: "{{ (openstack_hosts_enable_yum_fastestmirror | bool) | ternary('true', 'false') }}" no_extra_spaces: true mode: "0644" @@ -121,7 +121,6 @@ changed_when: false when: - openstack_hosts_power_tool_enable | bool - - ansible_facts['distribution_major_version'] | int >= 9 - name: Create SSL certificate and key directories ansible.builtin.file: