Skip to content

Oracle 9 - Ensure the crb repository is enabled for RedHat (needed for xxhash) #170

@mnestor

Description

@mnestor

Name change for crb in OL9?
https://github.com/borgbase/ansible-role-borgbackup/blob/master/tasks/noauto_install_pip.yml#L6

    - name: Ensure the crb repository is enabled for RedHat (needed for xxhash)
      community.general.dnf_config_manager:
        name: crb
        state: enabled
      when: ansible_os_family == 'RedHat' and ansible_distribution != 'Fedora'

Error: No matching repo to modify: crb.

Fails with not found. It seems in OL9 it needs to be

    - name: Ensure the crb repository is enabled for RedHat (needed for xxhash)
      community.general.dnf_config_manager:
        name: ol9_codeready_builder
        state: enabled
      when: ansible_os_family == 'RedHat' and ansible_distribution != 'Fedora'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions