diff --git a/playbooks/prepare.yml b/playbooks/prepare.yml index fa13edd9..35356533 100644 --- a/playbooks/prepare.yml +++ b/playbooks/prepare.yml @@ -133,6 +133,13 @@ dnf config-manager --set-enabled ol9_codeready_builder when: ansible_distribution == "OracleLinux" and ansible_distribution_major_version == "9" + - name: Enable ol10_codeready_builder on Oracle Linux 10 + become: true + shell: | + dnf install -y dnf-plugins-core + dnf config-manager --set-enabled ol10_codeready_builder + when: ansible_distribution == "OracleLinux" and ansible_distribution_major_version == "10" + - name: Enable codeready-builder for RHEL 8 become: true shell: |