Skip to content

Commit

Permalink
Update Pulpcore to 3.39
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou authored and evgeni committed Nov 24, 2023
1 parent 2cf4d16 commit deabede
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/pulpcore_repositories/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
pulpcore_repositories_version: '3.28'
pulpcore_repositories_version: '3.39'
9 changes: 9 additions & 0 deletions roles/pulpcore_repositories/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,13 @@
creates: /etc/dnf/modules.d/pulpcore.module
when:
- pulpcore_repositories_version is version('3.16', '>=')
- pulpcore_repositories_version is version('3.39', '<')
- ansible_distribution_major_version == '8'

- name: 'Disable pulpcore:el8 module'
file:
path: /etc/dnf/modules.d/pulpcore.module
state: absent
when:
- pulpcore_repositories_version is version('3.39', '>=')
- ansible_distribution_major_version == '8'
2 changes: 1 addition & 1 deletion vagrant/config/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ installers:

- foreman: 'nightly'
katello: 'nightly'
pulpcore: '3.28'
pulpcore: '3.39'
puppet: 7
boxes:
- 'almalinux8'
Expand Down

0 comments on commit deabede

Please sign in to comment.