Alma 10 doesn't have Plus repo #75

Closed
opened 2025-07-03 10:59:25 +02:00 by mfocko · 0 comments
Owner

Temporary fix:

- name: Enable CRB and Plus repositories for AlmaLinux
  when: ansible_distribution == "AlmaLinux"
  community.general.ini_file:
    path: /etc/yum.repos.d/almalinux-{{ item }}.repo
    section: "{{ item }}"
    option: enabled
    value: 1
    create: no
  loop:
    - crb
    # - plus
Temporary fix: ``` - name: Enable CRB and Plus repositories for AlmaLinux when: ansible_distribution == "AlmaLinux" community.general.ini_file: path: /etc/yum.repos.d/almalinux-{{ item }}.repo section: "{{ item }}" option: enabled value: 1 create: no loop: - crb # - plus ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mfocko/dotfiles#75
No description provided.