Enable CodeReady Builder repository - remove OS version check

We now support only RHEL 10.

Change-Id: Ia8c6d95425c6bea746877957e54a91b78b25abc3
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-09-18 12:33:54 +00:00
parent 33bbb8d247
commit 784c93c563

View File

@@ -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: