Skip to content

Commit

Permalink
Disable failing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Jun 20, 2024
1 parent 947f916 commit 3e078e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/provision-vm/tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
until: registration is not failed
when: vm_arch == "ppc64le" or vm_arch == "s390x"

- name: Disable troublesome repo
ansible.builtin.shell: |
dnf config-manager --disable rhui-codeready-builder-for-rhel-8-x86_64-rhui-source-rpms
when: vm_config.find('-8') != -1

- name: Install needed utilities
ansible.builtin.dnf:
name:
Expand Down

0 comments on commit 3e078e2

Please sign in to comment.