Skip to content

Commit

Permalink
drop module_hotfixes hack from pulpcore_repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Nov 24, 2023
1 parent 2cf4d16 commit ad5d87b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/pulpcore_repositories/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
gpgcheck: no
enabled: yes

- name: 'Set module_hotfixes=1'
lineinfile:
path: "/etc/yum.repos.d/pulpcore-repository.repo"
line: module_hotfixes=1
when:
- pulpcore_repositories_version is version('3.15', '<=')
- ansible_distribution_major_version == '8'

- name: 'Enable pulpcore:el8 module'
command: dnf module enable -y pulpcore:el8
# can't use the `dnf` module for modules without a default stream
Expand Down

0 comments on commit ad5d87b

Please sign in to comment.